Reclass values print and message updates
diff --git a/cfg_checker/modules/reclass/comparer.py b/cfg_checker/modules/reclass/comparer.py
index 0dec9d1..eaf1ce8 100644
--- a/cfg_checker/modules/reclass/comparer.py
+++ b/cfg_checker/modules/reclass/comparer.py
@@ -82,7 +82,7 @@
         Arguments:
             root_folder_path {string} -- Path to Model's root folder. Optional
         """
-        logger_cli.info("Loading reclass tree from '{}'".format(root_path))
+        logger_cli.info("# Loading reclass tree from '{}'".format(root_path))
         # prepare the file tree to walk
         raw_tree = {}
         # Credits to Andrew Clark@MIT. Original code is here: