diff src/bar_info.c @ 506:fc9c8a3e1a8b

Handle the newline in DEBUG_N() macro instead of adding one in each debug message string.
author zas_
date Thu, 24 Apr 2008 00:15:03 +0000
parents c7a2471e5c4e
children 135570a8bd96
line wrap: on
line diff
--- a/src/bar_info.c	Wed Apr 23 23:52:20 2008 +0000
+++ b/src/bar_info.c	Thu Apr 24 00:15:03 2008 +0000
@@ -111,7 +111,7 @@
 		{
 		gchar *comment_pathl;
 
-		DEBUG_1("Saving comment: %s\n", comment_path);
+		DEBUG_1("Saving comment: %s", comment_path);
 
 		comment_pathl = path_from_utf8(comment_path);