diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-20 18:50:44 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-20 18:50:44 +0000 |
commit | 9ceaa28f2ce0bde0cbf6f73a32a68761ec85f11d (patch) | |
tree | 7fe5bbaba275c1646881a61baa4d0200b3062482 /cmdline/apt-get.cc | |
parent | dd759349ecdd83d13cd1fc67294068c90a5984ea (diff) |
* make errors during apt-get update warnings only (default sources spec)
Diffstat (limited to 'cmdline/apt-get.cc')
-rw-r--r-- | cmdline/apt-get.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index d4a6bee32..92051f8ff 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -1381,7 +1381,7 @@ bool DoUpdate(CommandLine &CmdL) return false; if (Failed == true) - return _error->Error(_("Some index files failed to download, they have been ignored, or old ones used instead.")); + return _error->Warning(_("Some index files failed to download, they have been ignored, or old ones used instead.")); return true; } |