From 491c202ebafdafcfa6e5452b451c3252ba3df5ad Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Sun, 5 Oct 2025 15:38:17 +1100 Subject: [PATCH] ARPSCAN DURATION #1172 Signed-off-by: jokob-sk --- front/plugins/arp_scan/script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/plugins/arp_scan/script.py b/front/plugins/arp_scan/script.py index eff7c87d..b4dee38f 100755 --- a/front/plugins/arp_scan/script.py +++ b/front/plugins/arp_scan/script.py @@ -47,7 +47,7 @@ def main(): plugin_objects = Plugin_Objects(RESULT_FILE) # Print a message to indicate that the script is starting. - mylog('verbose', ['[ARP Scan] In script ']) + mylog('verbose', [f'[{pluginName}] In script ']) # holds a list of user-submitted subnets. # mylog('verbose', ['[ARP Scan] values.userSubnets: ', values.userSubnets])