X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Flizard-safe.c;h=e8e8f6fa822c8900fb6349f8a9040209ffd7e93e;hb=df7c847391ff2bf5b58893932d998181192713a3;hp=3b927831a71767c1b802a75e0c61ceab82f41b29;hpb=86897941a81703e1cbb14cbd3f4b3af1e3a1bcb8;p=libucw.git diff --git a/lib/lizard-safe.c b/lib/lizard-safe.c index 3b927831..e8e8f6fa 100644 --- a/lib/lizard-safe.c +++ b/lib/lizard-safe.c @@ -93,7 +93,7 @@ lizard_decompress_safe(const byte *in, struct lizard_buffer *buf, uns expected_l } else { - log(L_ERROR, "SIGSEGV caught in lizard_decompress()"); + msg(L_ERROR, "SIGSEGV caught in lizard_decompress()"); ptr = NULL; errno = EFAULT; }