X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fftp.c;h=31ac37ae22a669b0da1802662f31ea5cf2f69280;hp=9609f90c954c4b050cb988b0c00c7a844b4285aa;hb=4206f966148efcee7291a12ac49e653f7c25486c;hpb=4f22c2f5679a823af9387cb724b28ecfefa53eee diff --git a/src/ftp.c b/src/ftp.c index 9609f90c..31ac37ae 100644 --- a/src/ftp.c +++ b/src/ftp.c @@ -1111,7 +1111,7 @@ ftp_loop_internal (struct url *u, struct fileinfo *f, ccon *con) if (opt.noclobber && file_exists_p (con->target)) { logprintf (LOG_VERBOSE, - _("File `%s' already there, not retrieving.\n"), con->target); + _("File `%s' already there; not retrieving.\n"), con->target); /* If the file is there, we suppose it's retrieved OK. */ return RETROK; }