diff src/bar_histogram.c @ 1464:1b3751ac4743

be more verbose on parse errors
author nadvornik
date Fri, 20 Mar 2009 10:12:29 +0000
parents e015b6573d36
children 607c60506863
line wrap: on
line diff
--- a/src/bar_histogram.c	Fri Mar 20 09:46:35 2009 +0000
+++ b/src/bar_histogram.c	Fri Mar 20 10:12:29 2009 +0000
@@ -391,7 +391,7 @@
 		if (READ_INT_FULL("histogram_channel", histogram_channel)) continue;
 		if (READ_INT_FULL("histogram_mode", histogram_mode)) continue;
 
-		DEBUG_1("unknown attribute %s = %s", option, value);
+		log_printf("unknown attribute %s = %s\n", option, value);
 		}
 	
 	return bar_pane_histogram_new(title, height, expanded, histogram_channel, histogram_mode);