comparison src/bar_keywords.c @ 1464:1b3751ac4743

be more verbose on parse errors
author nadvornik
date Fri, 20 Mar 2009 10:12:29 +0000
parents e015b6573d36
children 400ecfc3d8b1
comparison
equal deleted inserted replaced
1463:25168240a247 1464:1b3751ac4743
1357 if (READ_CHAR_FULL("pane.title", title)) continue; 1357 if (READ_CHAR_FULL("pane.title", title)) continue;
1358 if (READ_CHAR_FULL("key", key)) continue; 1358 if (READ_CHAR_FULL("key", key)) continue;
1359 if (READ_BOOL_FULL("pane.expanded", expanded)) continue; 1359 if (READ_BOOL_FULL("pane.expanded", expanded)) continue;
1360 1360
1361 1361
1362 DEBUG_1("unknown attribute %s = %s", option, value); 1362 log_printf("unknown attribute %s = %s\n", option, value);
1363 } 1363 }
1364 1364
1365 return bar_pane_keywords_new(title, key, expanded); 1365 return bar_pane_keywords_new(title, key, expanded);
1366 } 1366 }
1367 1367