}
if(log) {
msg.str("");
- ioprintf(msg, _("Stored label: %s \n"),
- Database.Find("CD::"+ident).c_str());
+ ioprintf(msg, _("Stored label: %s\n"),
+ Database.Find("CD::"+ident).c_str());
log->Update(msg.str());
}
return true;
APT::Acquire::Translation "none" support, closes: #437523.
* Applied patch from Daniel Burrows <dburrows@debian.org> to add support
for the Homepage field (ABI break), closes: #447970.
+ * Applied patch from Frans Pop <elendil@planet.nl> to fix a trailing
+ space after cd label, closes: #448187.
- -- Otavio Salvador <otavio@debian.org> Thu, 25 Oct 2007 13:47:00 -0200
+ -- Otavio Salvador <otavio@ossystems.com.br> Fri, 26 Oct 2007 18:07:06 -0200
apt (0.7.7) unstable; urgency=low