From 1156d969749480f1fbe6c5d37dcd54e6ac411cb9 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:56:34 +0000 Subject: 0.5.0 readyness Author: jgg Date: 2001-02-21 04:25:20 GMT 0.5.0 readyness --- cmdline/apt-get.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmdline/apt-get.cc') 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; } -- cgit v1.2.3