aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/products.py
diff options
context:
space:
mode:
Diffstat (limited to 'fg21sim/products.py')
-rw-r--r--fg21sim/products.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/fg21sim/products.py b/fg21sim/products.py
index 6ffc542..454ff13 100644
--- a/fg21sim/products.py
+++ b/fg21sim/products.py
@@ -275,6 +275,7 @@ class Products:
# Make a backup with suffix ``.old``
backfile = outfile + ".old"
shutil.copyfile(outfile, backfile)
+ logger.info("Backed up old manifest file as: " + backfile)
else:
raise OSError("File already exists: {0}".format(outfile))
#