Fix typo in logging statement.

This was introduced in cfe9285adf.
This commit is contained in:
Etienne Dechamps 2014-12-30 09:56:30 +00:00 committed by Guus Sliepen
parent 6fcfe763aa
commit 69d4ccc437

View file

@ -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 */