diff src/bar_sort.c @ 1464:1b3751ac4743

be more verbose on parse errors
author nadvornik
date Fri, 20 Mar 2009 10:12:29 +0000
parents e015b6573d36
children
line wrap: on
line diff
--- a/src/bar_sort.c	Fri Mar 20 09:46:35 2009 +0000
+++ b/src/bar_sort.c	Fri Mar 20 10:12:29 2009 +0000
@@ -701,7 +701,7 @@
 		if (READ_INT_CLAMP_FULL("selection", selection, 0, BAR_SORT_SELECTION_COUNT - 1)) continue;
 		if (READ_CHAR_FULL("filter_key", filter_key)) continue;
 
-		DEBUG_1("unknown attribute %s = %s", option, value);
+		log_printf("unknown attribute %s = %s\n", option, value);
 		}
 	bar = bar_sort_new(lw, action, mode, selection, filter_key);