diff --git a/src/s_auth.c b/src/s_auth.c index 642f448..22d7ae4 100644 --- a/src/s_auth.c +++ b/src/s_auth.c @@ -487,7 +487,6 @@ 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; }