summaryrefslogtreecommitdiff
path: root/apt-private
diff options
context:
space:
mode:
authorJean-Ralph Aviles <jeanralph.aviles@gmail.com>2018-06-30 21:10:08 -0700
committerJean-Ralph Aviles <jeanralph.aviles@gmail.com>2018-06-30 21:10:08 -0700
commit8a6caaf869ea87ade6043169076bda04a0dc6cb6 (patch)
treee7affde5269029fc60833cdc2adac864740329bf /apt-private
parenta7b4dd425c10730b886f3ea0b2e045ee5015cfe5 (diff)
Add trailing newline to output of edit-sources.
Makes the console output cleaner.
Diffstat (limited to 'apt-private')
-rw-r--r--apt-private/private-sources.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-private/private-sources.cc b/apt-private/private-sources.cc
index 1d27d0ff1..713327f02 100644
--- a/apt-private/private-sources.cc
+++ b/apt-private/private-sources.cc
@@ -97,7 +97,7 @@ bool EditSources(CommandLine &CmdL)
if (res == true && file_changed == true)
{
ioprintf(
- std::cout, _("Your '%s' file changed, please run 'apt-get update'."),
+ std::cout, _("Your '%s' file changed, please run 'apt-get update'.\n"),
sourceslist.c_str());
}
return res;