Przeglądaj źródła

Added one more status message
Author: jgg
Date: 1999-03-15 19:51:27 GMT
Added one more status message

Arch Librarian 22 lat temu
rodzic
commit
f26f6d3820
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      methods/ftp.cc

+ 2 - 1
methods/ftp.cc

@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // -*- mode: cpp; mode: fold -*-
 // Description								/*{{{*/
 // 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.
    HTTP Aquire Method - This is the FTP aquire method for APT.
@@ -822,6 +822,7 @@ bool FtpMethod::Fetch(FetchItem *Itm)
    }
    }
    
    
    // Get the files information
    // Get the files information
+   Status("Query");
    unsigned long Size;
    unsigned long Size;
    if (Server->Size(File,Size) == false ||
    if (Server->Size(File,Size) == false ||
        Server->ModTime(File,FailTime) == false)
        Server->ModTime(File,FailTime) == false)