X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=common%2Ftst-trie.c;h=c9e16dc4480e272436ba2ce40f165329d8a9c3dd;hb=520b2f3bb198bfbb88b90b058ef610f0a9b980c6;hp=78977a845c85c7e24a524ff2941c8ddb813bde5d;hpb=8ad7a11fd6ad8b8f5edfbde9da16a18b7a846738;p=apps%2Fpfixtools.git diff --git a/common/tst-trie.c b/common/tst-trie.c index 78977a8..c9e16dc 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();