From 83b853430fbd6069f8486b8b611a5f1272dc1b5c Mon Sep 17 00:00:00 2001 From: cuifei Date: Tue, 28 Feb 2023 18:38:58 +0800 Subject: [PATCH] Modify a words --- shared/bin/pcap_watcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/bin/pcap_watcher.py b/shared/bin/pcap_watcher.py index 206d27314..946608fd0 100755 --- a/shared/bin/pcap_watcher.py +++ b/shared/bin/pcap_watcher.py @@ -449,7 +449,7 @@ def main(): else: preexistingDir = False if debug: - eprint(f'{scriptname}: creating "{args.baseDir}" to monitor') + eprint(f'{scriptName}: creating "{args.baseDir}" to monitor') pathlib.Path(args.baseDir).mkdir(parents=False, exist_ok=True) # if recursion was requested, get list of directories to monitor