VirtualMailManager/Config.py
changeset 94 0d303d15549e
parent 86 e43e4e7e9ec0
child 95 fc008eb12186
--- a/VirtualMailManager/Config.py	Wed Nov 26 23:50:04 2008 +0000
+++ b/VirtualMailManager/Config.py	Mon Dec 08 22:23:26 2008 +0000
@@ -96,6 +96,8 @@
     def check(self):
         if not self.__chkSections():
             errmsg = StringIO()
+            errmsg.write(_("Using configuration file: %s\n") %\
+                    self.__cfgFileName)
             for k,v in self.__missing.items():
                 if v[0] is True:
                     errmsg.write(_(u"missing section: %s\n") % k)
@@ -129,6 +131,7 @@
         except ValueError:
             self.set('config', 'done', 'False')
             self.__changes = True
+        print _(u"Using configuration file: %s\n" % self.__cfgFileName)
         for s in sections:
             if s != 'config':
                 print _(u'* Config section: »%s«') % s