aboutsummaryrefslogtreecommitdiffstats
path: root/anteater/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'anteater/main.py')
-rw-r--r--anteater/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/anteater/main.py b/anteater/main.py
index 3a23ceb..a8bd034 100644
--- a/anteater/main.py
+++ b/anteater/main.py
@@ -44,7 +44,7 @@ def check_dir():
""" Creates a directory for scan reports """
try:
os.makedirs(reports_dir)
- logger.info('Creating reports directory: {0}'.format(reports_dir))
+ logger.info('Creating reports directory: %s', reports_dir)
except OSError as e:
if not os.path.isdir(reports_dir):
logger.error(e)