X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fhud.qc;h=eb50ebc094090437a069d5a7fcc87ae368b583b0;hp=af423e4915b2b64d419bfa8b312e8b2cc8bc20dd;hb=6cc2d1aa115907d16ae84fb07c3fe6c3329cd9b5;hpb=e8e214d23e2cab174facf54bf032bdde8d1e5304 diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index af423e4915..eb50ebc094 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -2731,7 +2731,7 @@ void HUD_Vote(void) { vote_yescount = 0; vote_nocount = 0; - print(_("^1You must answer before entering hud configure mode\n")); + LOG_INFO(_("^1You must answer before entering hud configure mode\n")); cvar_set("_hud_configure", "0"); } if(vote_called_vote) @@ -4817,7 +4817,7 @@ void HUD_Main (void) } } if (warning) - dprint("Automatically fixed wrong/missing panel numbers in _hud_panelorder\n"); + LOG_TRACE("Automatically fixed wrong/missing panel numbers in _hud_panelorder\n"); cvar_set("_hud_panelorder", s); if(hud_panelorder_prev)