summaryrefslogtreecommitdiffstats
path: root/lib/libalpm
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2011-03-12 01:32:20 +0100
committerDan McGee <dan@archlinux.org>2011-03-17 01:52:54 +0100
commit771c002c98292c6567d0f4985d296e152c35166c (patch)
treea9981f4b3bfc4f6469d84fdae49fb89d7abea443 /lib/libalpm
parentf1ea4c8d241f2242aeeaa264bc42806853b0802e (diff)
downloadpacman-771c002c98292c6567d0f4985d296e152c35166c.tar.gz
pacman-771c002c98292c6567d0f4985d296e152c35166c.tar.xz
Add missing newline to warning message
Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm')
-rw-r--r--lib/libalpm/diskspace.c4
-rw-r--r--lib/libalpm/po/libalpm.pot4
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libalpm/diskspace.c b/lib/libalpm/diskspace.c
index bfc63e78..892b1aac 100644
--- a/lib/libalpm/diskspace.c
+++ b/lib/libalpm/diskspace.c
@@ -168,7 +168,7 @@ static int calculate_removed_size(const alpm_list_t *mount_points,
mp = match_mount_point(mount_points, path);
if(mp == NULL) {
_alpm_log(PM_LOG_WARNING,
- _("could not determine mount point for file %s"), filename);
+ _("could not determine mount point for file %s\n"), filename);
continue;
}
@@ -230,7 +230,7 @@ static int calculate_installed_size(const alpm_list_t *mount_points,
mp = match_mount_point(mount_points, path);
if(mp == NULL) {
_alpm_log(PM_LOG_WARNING,
- _("could not determine mount point for file %s"), filename);
+ _("could not determine mount point for file %s\n"), filename);
continue;
}
diff --git a/lib/libalpm/po/libalpm.pot b/lib/libalpm/po/libalpm.pot
index eeb9f72e..ba88318b 100644
--- a/lib/libalpm/po/libalpm.pot
+++ b/lib/libalpm/po/libalpm.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pacman 3.5.0\n"
"Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n"
-"POT-Creation-Date: 2011-03-14 13:51-0500\n"
+"POT-Creation-Date: 2011-03-16 19:34-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -184,7 +184,7 @@ msgid "could not get filesystem information for %s: %s\n"
msgstr ""
#, c-format
-msgid "could not determine mount point for file %s"
+msgid "could not determine mount point for file %s\n"
msgstr ""
#, c-format