From 10fcb082e3bdd942a1b6b8945382c62d6cc2927c Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Tue, 5 Nov 2002 12:07:41 +0000 Subject: [PATCH] Log print fix. --- apps/silcd/command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.24.0