Introduced colored loggin.
FossilOrigin-Name: 55fc8222563fd1a327c866a216bf590a28190fed0d9509ac35667b349637619b
This commit is contained in:
@ -170,7 +170,9 @@ int run_join(struct conn * conn)
|
||||
|
||||
}
|
||||
if (rc != 0 && rc != 2) {
|
||||
cw_log(LOG_ERR,"Join to %s was not successful.",sock_addr2str(&conn->addr));
|
||||
cw_log(LOG_ERR,"Can't Join AC at %s, AC returned code: %d - %s.",
|
||||
sock_addr2str(&conn->addr),
|
||||
rc,cw_strresult(rc));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user