mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
Remove noisy debug logger
This one can be overwhelming when reading debug output from a very large package. We already have the output of each extracted file so we probably can do without this in 99.9% of cases. Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
47dd315609
commit
3a460a8be6
@ -584,9 +584,6 @@ static int commit_single_pkg(alpm_handle_t *handle, alpm_pkg_t *newpkg,
|
||||
* (missing metadata sizes) */
|
||||
int64_t pos = archive_position_compressed(archive);
|
||||
percent = (pos * 100) / newpkg->size;
|
||||
_alpm_log(handle, ALPM_LOG_DEBUG, "decompression progress: "
|
||||
"%d%% (%"PRId64" / %jd)\n",
|
||||
percent, pos, (intmax_t)newpkg->size);
|
||||
if(percent >= 100) {
|
||||
percent = 100;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user