From 69d4ccc43781152dc90521b3f517b0d9588ae207 Mon Sep 17 00:00:00 2001 From: Etienne Dechamps Date: Tue, 30 Dec 2014 09:56:30 +0000 Subject: [PATCH] Fix typo in logging statement. This was introduced in cfe9285adf391ab66faeb5def811fe08e47a221a. --- 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 d373858c..8cbec1be 100644 --- a/src/protocol_key.c +++ b/src/protocol_key.c @@ -412,7 +412,7 @@ bool ans_key_h(connection_t *c, const char *request) { } #ifdef DISABLE_LEGACY - logger(DEBUG_ALWAYS, LOG_ERR, "Node %s (%) uses legacy protocol!", from->name, from->hostname); + logger(DEBUG_ALWAYS, LOG_ERR, "Node %s (%s) uses legacy protocol!", from->name, from->hostname); return false; #else /* Check and lookup cipher and digest algorithms */ -- 2.20.1