From: Pekka Riikonen Date: Tue, 5 Nov 2002 12:07:41 +0000 (+0000) Subject: Log print fix. X-Git-Tag: silc.client.0.9.8~13 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=10fcb082e3bdd942a1b6b8945382c62d6cc2927c Log print fix. --- diff --git a/apps/silcd/command.c b/apps/silcd/command.c index 2a354d25..560fcec1 100644 --- a/apps/silcd/command.c +++ b/apps/silcd/command.c @@ -3436,7 +3436,7 @@ SILC_SERVER_CMD_FUNC(oper) silc_server_command_send_status_reply(cmd, SILC_COMMAND_OPER, SILC_STATUS_ERR_AUTH_FAILED, 0); - SILC_LOG_INFO(("OPER authentication failed for username '%s' by" + SILC_LOG_INFO(("OPER authentication failed for username '%s' by " "nickname '%s' from %s", username, client->nickname, cmd->sock->hostname)); goto out; @@ -3836,7 +3836,7 @@ SILC_SERVER_CMD_FUNC(silcoper) if (!admin) { silc_server_command_send_status_reply(cmd, SILC_COMMAND_SILCOPER, SILC_STATUS_ERR_AUTH_FAILED, 0); - SILC_LOG_INFO(("SILCOPER authentication failed for username '%s' by" + SILC_LOG_INFO(("SILCOPER authentication failed for username '%s' by " "nickname '%s' from %s", username, client->nickname, cmd->sock->hostname)); goto out;