comparison 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
comparison
equal deleted inserted replaced
505:60f75a9799b2 506:fc9c8a3e1a8b
109 109
110 if (comment_path) 110 if (comment_path)
111 { 111 {
112 gchar *comment_pathl; 112 gchar *comment_pathl;
113 113
114 DEBUG_1("Saving comment: %s\n", comment_path); 114 DEBUG_1("Saving comment: %s", comment_path);
115 115
116 comment_pathl = path_from_utf8(comment_path); 116 comment_pathl = path_from_utf8(comment_path);
117 117
118 success = comment_file_write(comment_pathl, keywords, comment); 118 success = comment_file_write(comment_pathl, keywords, comment);
119 119