better debug messge

This commit is contained in:
Nikos Mavrogiannopoulos
2014-01-19 09:16:08 +01:00
parent 9d2b10de22
commit 1b769d38d9

View File

@@ -273,9 +273,9 @@ const char* ip;
if (unique != 0) {
memcpy(proc->sid, req->sid.data, sizeof(proc->sid));
proc->sid_size = sizeof(proc->sid);
mslog_hex(s, proc, LOG_DEBUG, "auth init updated SID to", req->sid.data, req->sid.len);
mslog_hex(s, proc, LOG_DEBUG, "auth init set SID to", req->sid.data, req->sid.len);
} else {
mslog_hex(s, proc, LOG_DEBUG, "auth init asks to update SID but it is not unique", req->sid.data, req->sid.len);
mslog_hex(s, proc, LOG_DEBUG, "auth init asks to set SID but it is not unique", req->sid.data, req->sid.len);
}
}