diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:56:34 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:56:34 +0000 |
commit | 1156d969749480f1fbe6c5d37dcd54e6ac411cb9 (patch) | |
tree | 53b58a4b82cff5183d3a789493c3f702bcd51ec1 /cmdline/apt-get.cc | |
parent | 69adf430b85fe700a1093d76abeb06e5f112ecfa (diff) |
0.5.0 readyness
Author: jgg
Date: 2001-02-21 04:25:20 GMT
0.5.0 readyness
Diffstat (limited to 'cmdline/apt-get.cc')
-rw-r--r-- | cmdline/apt-get.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 3cef602fa..93988c1bd 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt-get.cc,v 1.100 2001/02/20 07:03:17 jgg Exp $ +// $Id: apt-get.cc,v 1.101 2001/02/21 04:25:20 jgg Exp $ /* ###################################################################### apt-get - Cover for dpkg @@ -891,7 +891,7 @@ bool TryToInstall(pkgCache::PkgIterator Pkg,pkgDepCache &Cache, otherwise this is not really an error. */ if (AllowFail == false) return false; - ioprintf(c1out,_("Package %s is not installed, so not removed"),Pkg.Name()); + ioprintf(c1out,_("Package %s is not installed, so not removed\n"),Pkg.Name()); return true; } |