Remove a useless log message in chat()
authorFabian Keil <fk@fabiankeil.de>
Sun, 27 Mar 2011 13:58:09 +0000 (13:58 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 27 Mar 2011 13:58:09 +0000 (13:58 +0000)
commitf51957acbd6437ea83998f5c7014cdc6251f2ec4
treef37f53b3192e65bfa763c7ff24cce5a83b20dd88
parent1da0126ec3dc5ad34e62815ca9040f5c76f9defe
Remove a useless log message in chat()

The fact that the connection attempt failed already has been logged
and a reason given earlier on. Also %E can't be used here anyway,
as errno will no longer contain the cause of the problem.
jcc.c