From: Etienne Dechamps Date: Tue, 30 Dec 2014 09:56:30 +0000 (+0000) Subject: Fix typo in logging statement. X-Git-Tag: release-1.1pre12~219 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=69d4ccc43781152dc90521b3f517b0d9588ae207 Fix typo in logging statement. This was introduced in cfe9285adf391ab66faeb5def811fe08e47a221a. --- 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 */