Module: sip-router
Branch: master
Commit: e0b5e4559638e6935e92ecc2ff1a88f084983522
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e0b5e45…
Author: Ovidiu Sas <osas(a)voipembedded.com>
Committer: Ovidiu Sas <osas(a)voipembedded.com>
Date: Fri Oct 3 14:58:05 2014 -0400
crc.c: logging: convert LOG to LM_*
---
crc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/crc.c b/crc.c
index fb48534..7d63cad 100644
--- a/crc.c
+++ b/crc.c
@@ -243,7 +243,7 @@ void crcitt_string_array( char *dst, str src[], int size )
ccitt = ~ccitt;
if (int2reverse_hex( &dst, &str_len, ccitt )==-1) {
/* bug ... printed ccitt value longer than CRC32_LEN */
- LOG(L_CRIT, "ERROR: crcitt_string_array: string conversion incomplete\n");
+ LM_CRIT("string conversion incomplete\n");
}
/* padding */
while( str_len ) {