summaryrefslogtreecommitdiff
path: root/methods/http.cc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 17:00:59 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 17:00:59 +0000
commit519c55915528007c1baaf7538b46212f4a42a805 (patch)
treeadc64690e916df4cabfa3cb3828c230003ba3091 /methods/http.cc
parent463bedc3dcd9a7399fa810cd13004a906bae4b63 (diff)
Change http message 'Waiting for file' to 'Waiting for ...
Author: doogie Date: 2003-02-12 15:33:36 GMT Change http message 'Waiting for file' to 'Waiting for headers'.
Diffstat (limited to 'methods/http.cc')
-rw-r--r--methods/http.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/methods/http.cc b/methods/http.cc
index d1ff9b6b8..5cfad08c6 100644
--- a/methods/http.cc
+++ b/methods/http.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: http.cc,v 1.55 2003/02/10 07:34:41 doogie Exp $
+// $Id: http.cc,v 1.56 2003/02/12 15:33:36 doogie Exp $
/* ######################################################################
HTTP Aquire Method - This is the HTTP aquire method for APT.
@@ -337,7 +337,7 @@ int ServerState::RunHeaders()
{
State = Header;
- Owner->Status(_("Waiting for file"));
+ Owner->Status(_("Waiting for headers"));
Major = 0;
Minor = 0;