File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050/dist /
5151/nbdist /
5252/.nb-gradle /
53+ DEVELOPMENT.md
54+ docs /DEVELOPMENT.md
Original file line number Diff line number Diff line change @@ -73,8 +73,7 @@ public void registerExtenderCallbacks(IBurpExtenderCallbacks iBurpExtenderCallba
7373 callbacks .setExtensionName ("Web Cache Deception Scanner" );
7474 callbacks .registerContextMenuFactory (this );
7575 callbacks .registerExtensionStateListener (this );
76- printStatus ("Version " + VERSION + " loaded" );
77-
76+
7877 helpers = iBurpExtenderCallbacks .getHelpers ();
7978
8079 // Initialize performance configuration
@@ -89,8 +88,8 @@ public void registerExtenderCallbacks(IBurpExtenderCallbacks iBurpExtenderCallba
8988 new ThreadPoolExecutor .CallerRunsPolicy ());
9089 executor .allowCoreThreadTimeOut (false );
9190
92- // Log system info and configuration
93- logInfo ("Version " + VERSION + " loaded" );
91+ // Log version and configuration (single formatted output)
92+ printStatus ("Version " + VERSION + " loaded" );
9493 logInfo (PerformanceConfig .getSystemInfo ());
9594 logInfo (PerformanceConfig .getConfigSummary ());
9695 logInfo ("Thread pool size: " + parallelism + " threads" );
You can’t perform that action at this time.
0 commit comments