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:
Andrew Gregory 2018-01-07 19:30:41 -05:00 committed by Allan McRae
parent 2bda849bf9
commit 4d80d87f90

View file

@ -623,7 +623,7 @@ static int sync_db_read(alpm_db_t *db, struct archive *archive,
if(pkg == NULL) {
_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);
return -1;
}