Fix error logging format string mangled by a bogus comma.
[silc.git] / apps / silcd / server.c
index 777d724336699556b6d6d020eeb115566eb2e13d..501fc671ac228d0ef2d980b85705f6d884799e98 100644 (file)
@@ -5018,7 +5018,7 @@ void silc_server_save_users_on_channel(SilcServer server,
     }
 
     if (!(client->data.status & SILC_IDLIST_STATUS_REGISTERED)) {
-      SILC_LOG_ERROR(("Attempting to add unregistered client to channel ",
+      SILC_LOG_ERROR(("Attempting to add unregistered client to channel "
                      "%s", channel->channel_name));
       continue;
     }