From 4a5c60725860f0eef5c8a38545332213385f3f13 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Thu, 24 Mar 2005 21:48:06 +0000 Subject: cleanup for add_loadtarget() logs --- lib/libalpm/alpm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/alpm.c') diff --git a/lib/libalpm/alpm.c b/lib/libalpm/alpm.c index 0bfdfcf5..d4854a3d 100644 --- a/lib/libalpm/alpm.c +++ b/lib/libalpm/alpm.c @@ -256,7 +256,7 @@ int alpm_db_update(PM_DB *db, char *archive, char *ts) /* ORE we should not simply unpack the archive, but better parse it and db_write each entry */ - _alpm_log(PM_LOG_FLOW2, "Unpacking %s...\n", archive); + _alpm_log(PM_LOG_FLOW2, "unpacking %s...\n", archive); if(_alpm_unpack(archive, db->path, NULL)) { RET_ERR(PM_ERR_XXX, -1); } -- cgit v1.2.3