From 943c4e41c00b708f00ce646b1a96b87ffcf31ce7 Mon Sep 17 00:00:00 2001 From: Tau Date: Tue, 28 May 2019 17:13:26 -0400 Subject: [PATCH] hooklib/reg.c: Don't log read accesses Output volume there is a little much. --- hooklib/reg.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hooklib/reg.c b/hooklib/reg.c index 8c90e3f..cded42f 100644 --- a/hooklib/reg.c +++ b/hooklib/reg.c @@ -645,12 +645,6 @@ static LSTATUS reg_hook_query_val_locked( if (val->read != NULL) { hr = val->read(bytes, nbytes); err = reg_hook_propagate_hr(hr); - - if (err == ERROR_SUCCESS && bytes != NULL) { - dprintf("Registry: Read virtual key %S value %S\n", - key->name, - val->name); - } } else { dprintf("Registry: %S: Val %S has no read handler\n", key->name,