X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fhud_config.qc;h=0216a43b087b6b0352148f12ac95ba41a8cc1a7d;hp=72e3fdcc01aac2254abf82663fd9ebc1ff6fac47;hb=6cc2d1aa115907d16ae84fb07c3fe6c3329cd9b5;hpb=019741fe95d61aad25d0e320a7da7929c00587f4 diff --git a/qcsrc/client/hud_config.qc b/qcsrc/client/hud_config.qc index 72e3fdcc0..0216a43b0 100644 --- a/qcsrc/client/hud_config.qc +++ b/qcsrc/client/hud_config.qc @@ -217,11 +217,11 @@ void HUD_Panel_ExportCfg(string cfgname) } HUD_Write("menu_sync\n"); // force the menu to reread the cvars, so that the dialogs are updated - printf(_("^2Successfully exported to %s! (Note: It's saved in data/data/)\n"), filename); + LOG_INFOF(_("^2Successfully exported to %s! (Note: It's saved in data/data/)\n"), filename); fclose(fh); } else - printf(_("^1Couldn't write to %s\n"), filename); + LOG_INFOF(_("^1Couldn't write to %s\n"), filename); } void HUD_Configure_Exit_Force()