X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmutators%2Fbase.qh;h=7fc47ff9e0700ad512cd4d4c7497261afc715818;hp=2b932b275fd61a068ae2b42d618533632ef68b66;hb=f934b2c5771b8d509fb1114b4dd89d74776f248d;hpb=7e474d576080259e21690de30778b17029b5c0f2 diff --git a/qcsrc/common/mutators/base.qh b/qcsrc/common/mutators/base.qh index 2b932b275..7fc47ff9e 100644 --- a/qcsrc/common/mutators/base.qh +++ b/qcsrc/common/mutators/base.qh @@ -305,7 +305,7 @@ STATIC_INIT_LATE(Mutators) { #define MUTATOR_HOOK(cb, func, order) MACRO_BEGIN { \ MUTATOR_ONADD { \ if (!CallbackChain_Add(HOOK_##cb, CALLBACK_##func, order)) { \ - LOG_INFO("HOOK FAILED: ", #cb, ":", #func, "\n"); \ + LOG_INFO("HOOK FAILED: ", #cb, ":", #func); \ return true; \ } \ } \