From 6674718c9eebc8a19353f4f7ecfb1f8df2ec1388 Mon Sep 17 00:00:00 2001 From: Mark McKinnon Date: Thu, 1 Oct 2020 14:30:15 -0400 Subject: [PATCH] Update autopsyusb.pl Comment out lines that issue errors as they are not needed in the file. --- thirdparty/rr/plugins/autopsyusb.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thirdparty/rr/plugins/autopsyusb.pl b/thirdparty/rr/plugins/autopsyusb.pl index 3c6b788c09..58927b3f0c 100644 --- a/thirdparty/rr/plugins/autopsyusb.pl +++ b/thirdparty/rr/plugins/autopsyusb.pl @@ -100,13 +100,13 @@ sub pluginmain { } } else { - ::rptMsg($key_path." has no subkeys."); + #::rptMsg($key_path." has no subkeys."); #::logMsg($key_path." has no subkeys."); } ::rptMsg(""); } else { - ::rptMsg($key_path." not found."); + #::rptMsg($key_path." not found."); #::logMsg($key_path." not found."); } }