diff --git a/thirdparty/rr/plugins/autopsyprocarchitecture.pl b/thirdparty/rr/plugins/autopsyprocarchitecture.pl index b4b81986db..d5c0e63f6e 100644 --- a/thirdparty/rr/plugins/autopsyprocarchitecture.pl +++ b/thirdparty/rr/plugins/autopsyprocarchitecture.pl @@ -47,14 +47,14 @@ sub pluginmain { my $arch = $env->get_value("PROCESSOR_ARCHITECTURE")->get_data(); ::rptMsg("" . $arch . ""); }; - + ::logMsg($@) if ($@); } else { - ::rptMsg($env_path." not found."); + ::logMsg($env_path." not found."); } } else { - ::rptMsg($key_path." not found."); + ::logMsg($key_path." not found."); #::logMsg($key_path." not found."); } }