=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/ftp.c,v retrieving revision 1.77 retrieving revision 1.78 diff -u -r1.77 -r1.78 --- src/usr.bin/ftp/ftp.c 2009/04/27 22:51:51 1.77 +++ src/usr.bin/ftp/ftp.c 2009/04/27 23:20:48 1.78 @@ -1,4 +1,4 @@ -/* $OpenBSD: ftp.c,v 1.77 2009/04/27 22:51:51 martynas Exp $ */ +/* $OpenBSD: ftp.c,v 1.78 2009/04/27 23:20:48 martynas Exp $ */ /* $NetBSD: ftp.c,v 1.27 1997/08/18 10:20:23 lukem Exp $ */ /* @@ -189,7 +189,7 @@ } if (error) { /* this "if" clause is to prevent print warning twice */ - if (res->ai_next) { + if (verbose && res->ai_next) { if (getnameinfo(res->ai_addr, res->ai_addrlen, hbuf, sizeof(hbuf), NULL, 0, NI_NUMERICHOST) != 0)