Browse code

Adjusted log verbosity for the OnAccessExtraScanning message to only print if LogVerbose is enabled.

Micah Snyder authored on 2018/09/20 02:56:31
Showing 1 changed files
... ...
@@ -372,7 +372,7 @@ int main(int argc, char **argv)
372 372
 
373 373
         /* TODO: Re-enable OnAccessExtraScanning once the thread resource consumption issue is resolved. */
374 374
         if(optget(opts, "OnAccessExtraScanning")->enabled) {
375
-            logg("^ScanOnAccess: OnAccessExtraScanning was requested, but has "
375
+            logg("*ScanOnAccess: OnAccessExtraScanning was requested, but has "
376 376
                  "been disabled due to a known issue with thread resource "
377 377
                  "cleanup. The OnAccessExtraScanning feature will be "
378 378
                  "re-enabled in a future release when the issue is resolved. "