Remove unneeded log message
This commit is contained in:
parent
ccce4c1fb9
commit
28d7e8081b
@ -203,7 +203,6 @@ int l_messageFound(lua_State *L) {
|
|||||||
z = JAM_ReadMsgHeader(jb, id, &jmh, &jsp);
|
z = JAM_ReadMsgHeader(jb, id, &jmh, &jsp);
|
||||||
|
|
||||||
if (z != 0) {
|
if (z != 0) {
|
||||||
dolog("Failed to read msg header: %d Erro %d", z, JAM_Errno(jb));
|
|
||||||
JAM_CloseMB(jb);
|
JAM_CloseMB(jb);
|
||||||
free(jb);
|
free(jb);
|
||||||
lua_pushnumber(L, 0);
|
lua_pushnumber(L, 0);
|
||||||
|
Reference in New Issue
Block a user