projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db6ef49
)
Fixed error log printing
author
Pekka Riikonen
<priikone@silcnet.org>
Thu, 16 Jan 2003 14:06:04 +0000
(14:06 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Thu, 16 Jan 2003 14:06:04 +0000
(14:06 +0000)
apps/silcd/server.c
patch
|
blob
|
history
diff --git
a/apps/silcd/server.c
b/apps/silcd/server.c
index c3359196fe887f7dfc30da1aeed9c6a8b751f15c..7b216c20fdf9fcae09e135e98ca75885851d9127 100644
(file)
--- a/
apps/silcd/server.c
+++ b/
apps/silcd/server.c
@@
-5062,8
+5062,8
@@
SILC_TASK_CALLBACK_GLOBAL(silc_server_rekey_final)
if (protocol->state == SILC_PROTOCOL_STATE_ERROR ||
protocol->state == SILC_PROTOCOL_STATE_FAILURE) {
/* Error occured during protocol */
- SILC_LOG_ERROR(("Error occurred during rekey protocol with
- %s (%s)", sock->hostname, sock->ip));
+ SILC_LOG_ERROR(("Error occurred during rekey protocol with
"
+
"
%s (%s)", sock->hostname, sock->ip));
silc_protocol_cancel(protocol, server->schedule);
silc_protocol_free(protocol);
sock->protocol = NULL;