add missing newline to debug message
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
2bda849bf9
commit
4d80d87f90
1 changed files with 1 additions and 1 deletions
|
@ -623,7 +623,7 @@ static int sync_db_read(alpm_db_t *db, struct archive *archive,
|
||||||
|
|
||||||
if(pkg == NULL) {
|
if(pkg == NULL) {
|
||||||
_alpm_log(db->handle, ALPM_LOG_DEBUG,
|
_alpm_log(db->handle, ALPM_LOG_DEBUG,
|
||||||
"entry %s could not be loaded into %s sync database",
|
"entry %s could not be loaded into %s sync database\n",
|
||||||
entryname, db->treename);
|
entryname, db->treename);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue