X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fcommand.c;h=597f042efadd176e17c796eb46352710dbd38663;hb=3749c6ee56f1df40934bab1aae6baeb334206b69;hp=9c1fc4e2504604bbfce5b0bdb4229e0ed31de60c;hpb=7a10e386467421bfac0ba425289250e61e566ce0;p=silc.git diff --git a/apps/silcd/command.c b/apps/silcd/command.c index 9c1fc4e2..597f042e 100644 --- a/apps/silcd/command.c +++ b/apps/silcd/command.c @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 1997 - 2008 Pekka Riikonen + Copyright (C) 1997 - 2009 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -339,7 +339,7 @@ SILC_TASK_CALLBACK(silc_server_command_pending_timeout) SilcBuffer tmpreply; int i; - SILC_LOG_DEBUG(("Timeout pending command")); + SILC_LOG_DEBUG(("Timeout pending command %p", reply)); /* Allocate temporary and bogus command reply context */ cmdr = silc_calloc(1, sizeof(*cmdr));