summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pacman/sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/sync.c b/src/pacman/sync.c
index 9858f4a5..16a05099 100644
--- a/src/pacman/sync.c
+++ b/src/pacman/sync.c
@@ -650,7 +650,7 @@ int pacman_sync(list_t *targets)
fflush(stdout);
if(stat(ldir, &buf)) {
/* no cache directory.... try creating it */
- MSG(NL, "warning: no %s cache exists. creating...", ldir);
+ MSG(NL, "warning: no %s cache exists. creating...\n", ldir);
alpm_logaction("warning: no %s cache exists. creating...", ldir);
if(makepath(ldir)) {
/* couldn't mkdir the cache directory, so fall back to /tmp and unlink