X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprotocol_key.c;h=8cbec1be28a0883c79d9aba8fd77d709f0529238;hb=69d4ccc43781152dc90521b3f517b0d9588ae207;hp=d373858c95977c05068229852b3b6f3adbc0b45b;hpb=6fcfe763aa54e0522e726dc088b23d24899794d8;p=tinc 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 */