summaryrefslogtreecommitdiff
path: root/tools.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools.c')
-rw-r--r--tools.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools.c b/tools.c
index ca16d1b..c15c983 100644
--- a/tools.c
+++ b/tools.c
@@ -114,7 +114,7 @@ static char *htmlcharconv(char *str, struct conv_table *conv, unsigned int elem)
size_t l1 = strlen(conv[i].from);
size_t l2 = strlen(conv[i].to);
if (l2 > l1) {
- esyslog("htmlcharconv(): cannot reallocate string");
+ error("htmlcharconv(): cannot reallocate string");
return str;
}
if (l2 != l1)