summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:56:34 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:56:34 +0000
commit1156d969749480f1fbe6c5d37dcd54e6ac411cb9 (patch)
tree53b58a4b82cff5183d3a789493c3f702bcd51ec1 /cmdline
parent69adf430b85fe700a1093d76abeb06e5f112ecfa (diff)
0.5.0 readyness
Author: jgg Date: 2001-02-21 04:25:20 GMT 0.5.0 readyness
Diffstat (limited to 'cmdline')
-rw-r--r--cmdline/apt-get.cc4
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;
}