From 4d80d87f9069fba17ebf4d91cdb097b433a57908 Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Sun, 7 Jan 2018 19:30:41 -0500 Subject: add missing newline to debug message Signed-off-by: Andrew Gregory Signed-off-by: Allan McRae --- lib/libalpm/be_sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/be_sync.c') diff --git a/lib/libalpm/be_sync.c b/lib/libalpm/be_sync.c index 179da561..0c733eca 100644 --- a/lib/libalpm/be_sync.c +++ b/lib/libalpm/be_sync.c @@ -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; } -- cgit v1.2.3-54-g00ecf