...
|
...
|
@@ -70,7 +70,7 @@ static int dbg_msg_qa(char *buf, int len)
|
70
|
70
|
|
71
|
71
|
/* is there a zero character inthere ? */
|
72
|
72
|
if (memchr(buf, 0, len)) {
|
73
|
|
- LOG(L_CRIT, "BUG: message being sent with 0 in it\n");
|
|
73
|
+ LOG(L_CRIT, "BUG: message with 0 in it\n");
|
74
|
74
|
return 0;
|
75
|
75
|
}
|
76
|
76
|
|