diff --git a/src/s_auth.c b/src/s_auth.c index 0fabfb8..eabea23 100644 --- a/src/s_auth.c +++ b/src/s_auth.c @@ -487,6 +487,7 @@ auth_connect_callback(rb_fde_t *F, int error, void *data) if(error != RB_OK) { /* We had an error during connection :( */ + ilog_error("identd check"); auth_error(auth); return; }