Insert some newlines in the cdrom change media message.
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:01:17 +0000 (17:01 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:01:17 +0000 (17:01 +0000)
Author: doogie
Date: 2003-04-27 01:56:48 GMT
Insert some newlines in the cdrom change media message.

cmdline/acqprogress.cc
debian/changelog

index 558558a..dbc8ade 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: acqprogress.cc,v 1.23 2003/02/02 22:24:11 jgg Exp $
+// $Id: acqprogress.cc,v 1.24 2003/04/27 01:56:48 doogie Exp $
 /* ######################################################################
 
    Acquire Progress - Command line progress meter 
@@ -268,8 +268,9 @@ bool AcqTextStatus::MediaChange(string Media,string Drive)
 {
    if (Quiet <= 0)
       cout << '\r' << BlankLine << '\r';
-   ioprintf(cout,_("Media Change: Please insert the disc labeled '%s' in "
-                  "the drive '%s' and press enter\n"),
+   ioprintf(cout,_("Media Change: Please insert the disc labeled\n"
+                  " '%s'\n"
+                  "in the drive '%s' and press enter\n"),
            Media.c_str(),Drive.c_str());
 
    char C = 0;
index ae13a83..91e8a73 100644 (file)
@@ -113,6 +113,8 @@ apt (0.5.4.9) unstable; urgency=low
   * Be quiet in apt.post{inst,rm}.  Closes: #70685.
   * apt-get now prints out suggested and recommended packages.  Closes:
     #54982.
+  * Insert some newlines in the cdrom change media message.  Closes:
+    #154601.
 
  -- Adam Heath <doogie@debian.org>  Sun, 02 Feb 2003 02:54:45 -0600