X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fserver_util.c;h=fbb0c7fd91273a08ca92280cd50d87cb040248fa;hb=fbcba64240f0accf54c44249df6b03652bb86dfc;hp=c041ffb0caa822e980c4f69fc326021b19b7b5b6;hpb=ea35a2214bc62cbdb314cd28f389fd78fe3a31e0;p=silc.git diff --git a/apps/silcd/server_util.c b/apps/silcd/server_util.c index c041ffb0..fbb0c7fd 100644 --- a/apps/silcd/server_util.c +++ b/apps/silcd/server_util.c @@ -1173,6 +1173,8 @@ void silc_server_send_connect_notifys(SilcServer server, { SilcIDListData idata = (SilcIDListData)client; + SILC_LOG_DEBUG(("Send welcome notifys")); + /* Send some nice info to the client */ SILC_SERVER_SEND_NOTIFY(server, sock, SILC_NOTIFY_TYPE_NONE, ("Welcome to the SILC Network %s", @@ -1366,7 +1368,8 @@ bool silc_server_check_watcher_list(SilcServer server, unsigned char hash[16]; WatcherNotifyContext n; - SILC_LOG_DEBUG(("Start")); + SILC_LOG_DEBUG(("Checking watcher list %s", + client->nickname ? client->nickname : "")); /* If the watching is rejected by the client do nothing */ if (client->mode & SILC_UMODE_REJECT_WATCHING)