X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fnotifications%2Fall.qh;h=42ac1e607556690b1bfe043189ba34a09a8f91be;hp=36bf248eb68ea71f6c06e6aacaac4987c42235c8;hb=ae104b5ca1b2fccc934cfda6e562029858186975;hpb=eb877d9a99429c3ffc846377fac46fb750af8620 diff --git a/qcsrc/common/notifications/all.qh b/qcsrc/common/notifications/all.qh index 36bf248eb6..42ac1e6075 100644 --- a/qcsrc/common/notifications/all.qh +++ b/qcsrc/common/notifications/all.qh @@ -181,12 +181,12 @@ GENERIC_COMMAND(dumpnotifs, "Dump all notifications into notifications_dump.txt" if (fh >= 0) { Dump_Notifications(fh, alsoprint); - LOG_INFOF("Dumping notifications... File located in ^2data/data/%s^7.\n", filename); + LOG_INFOF("Dumping notifications... File located in ^2data/data/%s^7.", filename); fclose(fh); } else { - LOG_INFOF("^1Error: ^7Could not open file '%s'!\n", filename); + LOG_INFOF("^1Error: ^7Could not open file '%s'!", filename); } #else LOG_INFO(_("Notification dump command only works with cl_cmd and sv_cmd.\n"));