Small fix
authorEd Page <eopage@byu.net>
Wed, 17 Mar 2010 01:41:52 +0000 (20:41 -0500)
committerEd Page <eopage@byu.net>
Wed, 17 Mar 2010 01:41:52 +0000 (20:41 -0500)
src/util/tp_utils.py

index 042a88a..1c6cbc8 100644 (file)
@@ -9,7 +9,7 @@ import util.go_utils as gobject_utils
 import misc
 
 
 import misc
 
 
-_moduleLogger = logging.getLogger("tp_utils")
+_moduleLogger = logging.getLogger(__name__)
 DBUS_PROPERTIES = 'org.freedesktop.DBus.Properties'
 
 
 DBUS_PROPERTIES = 'org.freedesktop.DBus.Properties'