diff options
Diffstat (limited to 'lib/libalpm/alpm.c')
-rw-r--r-- | lib/libalpm/alpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |