projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
937656d
)
Log if attribute id for icu_chain is missing
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 13 Sep 2011 19:01:08 +0000
(21:01 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 13 Sep 2011 19:01:08 +0000
(21:01 +0200)
src/charsets.c
patch
|
blob
|
history
diff --git
a/src/charsets.c
b/src/charsets.c
index
ba5d426
..
397e73b
100644
(file)
--- a/
src/charsets.c
+++ b/
src/charsets.c
@@
-171,6
+171,7
@@
int pp2_charset_fact_define(pp2_charset_fact_t pft,
default_id = (const char *) id;
if (!default_id)
{
+ yaz_log(YLOG_WARN, "Missing id for icu_chain");
pp2_charset_destroy(pct);
return -1;
}