From d9aa7025ea8c9441bfd50b339a7accc7b61637ab Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 17 Nov 2014 23:39:31 +1000 Subject: 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 --- lib/libalpm/add.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/libalpm/add.c') diff --git a/lib/libalpm/add.c b/lib/libalpm/add.c index bbf2a511..1d491fa5 100644 --- a/lib/libalpm/add.c +++ b/lib/libalpm/add.c @@ -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; } -- cgit v1.2.3-24-g4f1b