mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 07:48:50 -05:00
Remove logging of NoExtract events
With globbing in NoExtract, these log events can quickly pile up hiding important information from the log. Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
8c00dd7341
commit
d9aa7025ea
@ -194,8 +194,6 @@ static int extract_single_file(alpm_handle_t *handle, struct archive *archive,
|
||||
_alpm_log(handle, ALPM_LOG_DEBUG, "%s is in NoExtract,"
|
||||
" skipping extraction of %s\n",
|
||||
entryname, filename);
|
||||
alpm_logaction(handle, ALPM_CALLER_PREFIX,
|
||||
"note: %s is in NoExtract, skipping extraction\n", entryname);
|
||||
archive_read_data_skip(archive);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user