parent
6fcfe763aa
commit
69d4ccc437
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ bool ans_key_h(connection_t *c, const char *request) {
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef DISABLE_LEGACY
|
#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;
|
return false;
|
||||||
#else
|
#else
|
||||||
/* Check and lookup cipher and digest algorithms */
|
/* Check and lookup cipher and digest algorithms */
|
||||||
|
|
Loading…
Reference in a new issue