[groonga-commit:2570] ranguba/chupatext [master] add missing "[decomposer]" tag.
null+ranguba at clear-code.com
null+ranguba at clear-code.com
Sat Dec 18 21:42:18 EST 2010
Kouhei Sutou 2010-12-19 02:42:18 +0000 (Sun, 19 Dec 2010)
New Revision: 2908999489a9a250474c520078561118c6089198
Log:
add missing "[decomposer]" tag.
Modified files:
modules/excel.c
Modified: modules/excel.c (+3 -2)
===================================================================
--- modules/excel.c 2010-12-19 02:32:24 +0000 (1486f1c)
+++ modules/excel.c 2010-12-19 02:42:18 +0000 (fea9b27)
@@ -289,11 +289,12 @@ get_time_value(const gchar *name, const GValue *value, GTimeVal *time_value)
time_string = g_value_get_string(value);
success = g_time_val_from_iso8601(time_string, time_value);
if (!success) {
- chupa_warning("[excel][metdata][invalid][%s][time] <%s>",
+ chupa_warning("[decomposer][excel][metadata][invalid][%s][time]"
+ ": <%s>",
name, time_string);
}
} else {
- chupa_warning("[excel][metdata][unsupported][%s][%s]",
+ chupa_warning("[decomposer][excel][metadata][unsupported][%s][%s]",
name, g_type_name(value_type));
success = FALSE;
}
More information about the groonga-commit
mailing list