Mercurial > geeqie.yaz
diff src/layout.c @ 1464:1b3751ac4743
be more verbose on parse errors
author | nadvornik |
---|---|
date | Fri, 20 Mar 2009 10:12:29 +0000 |
parents | 25168240a247 |
children | 6e020d3ab168 |
line wrap: on
line diff
--- a/src/layout.c Fri Mar 20 09:46:35 2009 +0000 +++ b/src/layout.c Fri Mar 20 10:12:29 2009 +0000 @@ -2434,7 +2434,7 @@ if (READ_INT(*layout, image_overlay.histogram_channel)) continue; if (READ_INT(*layout, image_overlay.histogram_mode)) continue; - DEBUG_1("unknown attribute %s = %s", option, value); + log_printf("unknown attribute %s = %s\n", option, value); } }