diff --git a/src/newconf.c b/src/newconf.c index 65e28f8..310eeaf 100644 --- a/src/newconf.c +++ b/src/newconf.c @@ -1311,7 +1311,7 @@ conf_end_connect(struct TopConf *tc) if((EmptyString(yy_server->passwd) || EmptyString(yy_server->spasswd)) && EmptyString(yy_server->certfp)) { - conf_report_error("Ignoring connect block for %s -- no certfp or password credentials provided.", + conf_report_error("Ignoring connect block for %s -- no fingerprint or password credentials provided.", yy_server->name); return 0; }