summaryrefslogtreecommitdiffstats
path: root/src/virtBootstrap/sources/file_source.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/virtBootstrap/sources/file_source.py')
-rw-r--r--src/virtBootstrap/sources/file_source.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/virtBootstrap/sources/file_source.py b/src/virtBootstrap/sources/file_source.py
index 44f4fa6..be741ea 100644
--- a/src/virtBootstrap/sources/file_source.py
+++ b/src/virtBootstrap/sources/file_source.py
@@ -96,4 +96,4 @@ class FileSource(object):
self.progress("Extraction completed successfully!", value=100,
logger=logger)
- logger.info("Files are stored in: " + dest)
+ logger.info("Files are stored in: %s", dest)