From f097bcaa037f51f50b467067fe8f929569b8e1c4 Mon Sep 17 00:00:00 2001
From: Michael <m.langguth@fz-juelich.de>
Date: Mon, 8 Jun 2020 17:08:43 +0200
Subject: [PATCH] Added just a print for logging.

---
 metadata.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/metadata.py b/metadata.py
index 2b6abb5d..b9c01f4a 100644
--- a/metadata.py
+++ b/metadata.py
@@ -192,6 +192,7 @@ class MetaData:
                     pass
         else:
             # write dictionary to file
+            print(method_name+": Write dictionary to json-file: '"+js_file+"'")
             with open(meta_fname,'w') as js_file:
                 json.dump(meta_dict,js_file)
             
-- 
GitLab