From: wessels <> Date: Tue, 24 Nov 1998 05:43:30 +0000 (+0000) Subject: spelling X-Git-Tag: SQUID_3_0_PRE1~2500 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5fb59f685ddd50096708025460f59128b16a1d39;p=thirdparty%2Fsquid.git spelling --- diff --git a/src/ftp.cc b/src/ftp.cc index 3613d4cc67..ee2efed57c 100644 --- a/src/ftp.cc +++ b/src/ftp.cc @@ -1,6 +1,6 @@ /* - * $Id: ftp.cc,v 1.255 1998/11/21 16:54:27 wessels Exp $ + * $Id: ftp.cc,v 1.256 1998/11/23 22:43:30 wessels Exp $ * * DEBUG: section 9 File Transfer Protocol (FTP) * AUTHOR: Harvest Derived @@ -962,7 +962,7 @@ ftpStart(request_t * request, StoreEntry * entry, int fd) StoreEntry *pe = NULL; const cache_key *key = NULL; cbdataAdd(ftpState, MEM_NONE); - debug(9, 3) ("FtpStart: '%s'\n", url); + debug(9, 3) ("ftpStart: '%s'\n", url); Counter.server.all.requests++; Counter.server.ftp.requests++; storeLockObject(entry); @@ -999,7 +999,7 @@ ftpStart(request_t * request, StoreEntry * entry, int fd) } ftpCheckUrlpath(ftpState); ftpBuildTitleUrl(ftpState); - debug(9, 5) ("FtpStart: host=%s, path=%s, user=%s, passwd=%s\n", + debug(9, 5) ("ftpStart: host=%s, path=%s, user=%s, passwd=%s\n", ftpState->request->host, strBuf(ftpState->request->urlpath), ftpState->user, ftpState->password); comm_add_close_handler(fd, ftpStateFree, ftpState);