From 371b3a2ba56c12f49531a739dea1d8f1398aad07 Mon Sep 17 00:00:00 2001 From: thorkill Date: Thu, 10 Dec 2015 23:17:13 +0100 Subject: [PATCH] fix linking problem on FreeBSD --- src/protocol_key.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol_key.c b/src/protocol_key.c index 02ecdb94..09bf2409 100644 --- a/src/protocol_key.c +++ b/src/protocol_key.c @@ -210,7 +210,7 @@ static bool req_key_ext_h(connection_t *c, const char *request, node_t *from, no } if(from->sptps.label) - error(from->sptps, "Got REQ_KEY while we already started a SPTPS session!"); + logger(DEBUG_ALWAYS, LOG_DEBUG, "Got REQ_KEY from %s while we already started a SPTPS session!", from->name); char buf[MAX_STRING_SIZE]; int len;