Changing the debug level of the version number logging
authorEd Page <eopage@byu.net>
Fri, 8 Jan 2010 04:06:43 +0000 (22:06 -0600)
committerEd Page <eopage@byu.net>
Fri, 8 Jan 2010 04:06:43 +0000 (22:06 -0600)
src/theonering.py

index 23ad1ee..a3c30d9 100755 (executable)
@@ -101,7 +101,7 @@ def main(logToFile):
                        format='(%(asctime)s) %(levelname)s:%(name)s:%(message)s',
                        datefmt='%H:%M:%S',
                )
-       logging.debug("telepathy-theonering %s-%s" % (constants.__version__, constants.__build__))
+       logging.info("telepathy-theonering %s-%s" % (constants.__version__, constants.__build__))
        logging.debug("OS: %s" % (os.uname()[0], ))
        logging.debug("Kernel: %s (%s) for %s" % os.uname()[2:])
        logging.debug("Hostname: %s" % os.uname()[1])