Improved debugging and dumping
FossilOrigin-Name: 5950561809c897ec94899336053e683ae570c542b5343b41afb169e0e692f694
This commit is contained in:
@ -200,7 +200,7 @@ int run_join(struct conn *conn)
|
||||
return 0;
|
||||
}
|
||||
|
||||
cw_dbg(DBG_ELEM, "Joined AC at %s, Join Result: %d - %s",
|
||||
cw_dbg(DBG_ELEM_IN, "Joined AC at %s, Join Result: %d - %s",
|
||||
sock_addr2str(&conn->addr), rc, cw_strresult(rc));
|
||||
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user