diff options
author | Julien Valroff <julien@kirya.net> | 2011-04-08 07:09:54 +0200 |
---|---|---|
committer | Julien Valroff <julien@kirya.net> | 2011-04-08 07:09:54 +0200 |
commit | eb4c5cc4472b16ce10401611140381e5ba5b6aca (patch) | |
tree | 6e52c0a981186a09ab8161a6bc99a999f32ac408 /rapid/scan.py | |
parent | 6866d4a5b74779f087b8e44148a49163d8b7327b (diff) |
Imported Upstream version 0.4.0~alpha4upstream/0.4.0_alpha4
Diffstat (limited to 'rapid/scan.py')
-rwxr-xr-x | rapid/scan.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rapid/scan.py b/rapid/scan.py index ce882b4..e55f43d 100755 --- a/rapid/scan.py +++ b/rapid/scan.py @@ -93,7 +93,7 @@ class Scan(multiprocessing.Process): if not self.terminate_queue.empty(): x = self.terminate_queue.get() # terminate immediately - print "terminating..." + logger.info("terminating scan...") self.files = [] return None |