From 83fca950bc6ed5d0082d7081e1c5d81e83734047 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Sat, 22 Oct 2005 08:31:12 +0000 Subject: added a missing line feed in a MSG call --- src/pacman/sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3-24-g4f1b