diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:04 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:04 +0000 |
commit | f26f6d3820f47ea4f072a0804636c2871a02bf61 (patch) | |
tree | 194e271127461776f34f3c1c5bcf07680d85e06a /methods/ftp.cc | |
parent | 2de438e735598f6adde5926659754ce9a6aff2cf (diff) |
Added one more status message
Author: jgg
Date: 1999-03-15 19:51:27 GMT
Added one more status message
Diffstat (limited to 'methods/ftp.cc')
-rw-r--r-- | methods/ftp.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/methods/ftp.cc b/methods/ftp.cc index 8f186f9d6..09fbaeb7f 100644 --- a/methods/ftp.cc +++ b/methods/ftp.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: ftp.cc,v 1.4 1999/03/15 08:22:13 jgg Exp $ +// $Id: ftp.cc,v 1.5 1999/03/15 19:51:27 jgg Exp $ /* ###################################################################### HTTP Aquire Method - This is the FTP aquire method for APT. @@ -822,6 +822,7 @@ bool FtpMethod::Fetch(FetchItem *Itm) } // Get the files information + Status("Query"); unsigned long Size; if (Server->Size(File,Size) == false || Server->ModTime(File,FailTime) == false) |