added a missing line feed in a MSG call
This commit is contained in:
parent
5d5d7d6339
commit
83fca950bc
1 changed files with 1 additions and 1 deletions
|
@ -650,7 +650,7 @@ int pacman_sync(list_t *targets)
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
if(stat(ldir, &buf)) {
|
if(stat(ldir, &buf)) {
|
||||||
/* no cache directory.... try creating it */
|
/* 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);
|
alpm_logaction("warning: no %s cache exists. creating...", ldir);
|
||||||
if(makepath(ldir)) {
|
if(makepath(ldir)) {
|
||||||
/* couldn't mkdir the cache directory, so fall back to /tmp and unlink
|
/* couldn't mkdir the cache directory, so fall back to /tmp and unlink
|
||||||
|
|
Loading…
Add table
Reference in a new issue