From 4ef1ab4444318d8d2f948cc2644fd0a0abd7b99a Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Thu, 30 May 2013 21:46:51 -0400 Subject: [PATCH] Long line to shorter line --- qcsrc/common/notifications.qc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/qcsrc/common/notifications.qc b/qcsrc/common/notifications.qc index b72380cce..b9089906e 100644 --- a/qcsrc/common/notifications.qc +++ b/qcsrc/common/notifications.qc @@ -895,7 +895,10 @@ void Local_Notification_sound( { #ifdef NOTIFICATIONS_DEBUG Debug_Notification(sprintf( - "Local_Notification_sound(world, %f, '%s', %f, %f) ^1BLOCKED BY ANTISPAM:^7 prevsnd: '%s', time/prevtime: %f, limit: %f\n", + strcat( + "Local_Notification_sound(world, %f, '%s', %f, %f) ", + "^1BLOCKED BY ANTISPAM:^7 prevsnd: '%s', timediff: %f, limit: %f\n" + ), soundchannel, sprintf( "announcer/%s/%s.wav", -- 2.39.2