X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=common%2Ftst-trie.c;h=9f69b1e67c9050d86c37484ca63e95e01e95d60f;hb=8d29aaadbe12876d2b36ba65217013f60cb1f6cc;hp=990b151e20ae08d5e1496546a84ed7ecaa99d43a;hpb=193694fdba386a89b4b2a83ce803764302995e89;p=apps%2Fpfixtools.git diff --git a/common/tst-trie.c b/common/tst-trie.c index 990b151..9f69b1e 100644 --- a/common/tst-trie.c +++ b/common/tst-trie.c @@ -54,8 +54,7 @@ static trie_t *create_trie_from_file(const char *file) --end; } if (end != map.end) { - syslog(LOG_WARNING, "file %s miss a final \\n, ignoring last line", - file); + warn("file %s miss a final \\n, ignoring last line", file); } db = trie_new();