[Nym3-commit] r452 - trunk/nymbaron/Server
laurent at conuropsis.org
laurent at conuropsis.org
Mon Feb 27 18:34:12 CET 2006
Author: laurent
Date: 2006-02-27 18:34:12 +0100 (Mon, 27 Feb 2006)
New Revision: 452
Modified:
trunk/nymbaron/Server/Config.py
Log:
Copy&paste code: bad. Fixed typo, thanks Zax.
Modified: trunk/nymbaron/Server/Config.py
===================================================================
--- trunk/nymbaron/Server/Config.py 2006-02-05 18:16:21 UTC (rev 451)
+++ trunk/nymbaron/Server/Config.py 2006-02-27 17:34:12 UTC (rev 452)
@@ -105,4 +105,4 @@
if config.has_option('logging', 'logfile'):
self.logfile = config.get('logging', 'logfile')
if config.has_option('logging', 'loglevel'):
- self.logfile = string2loglevel(config.get('logging', 'loglevel'))
+ self.loglevel = string2loglevel(config.get('logging', 'loglevel'))
More information about the Nym3-commit
mailing list