[Mpuls-commits] r893 - wasko/branches/2.0/waskaweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Jan 26 15:19:26 CET 2010


Author: torsten
Date: 2010-01-26 15:19:26 +0100 (Tue, 26 Jan 2010)
New Revision: 893

Modified:
   wasko/branches/2.0/waskaweb/lib/security.py
Log:
Fixed typo


Modified: wasko/branches/2.0/waskaweb/lib/security.py
===================================================================
--- wasko/branches/2.0/waskaweb/lib/security.py	2010-01-26 14:18:43 UTC (rev 892)
+++ wasko/branches/2.0/waskaweb/lib/security.py	2010-01-26 14:19:26 UTC (rev 893)
@@ -48,9 +48,8 @@
 from pylons          import request, session, config
 from waskaweb.lib.db import DB, db, enter, leave
 
-log = logging.getLogger(_name__)
+log = logging.getLogger(__name__)
 
-
 HOST   = '192.168.11.17'
 PORT   = 5433
 DBNAME = u'ka_%s_db'



More information about the Mpuls-commits mailing list