X-Git-Url: http://git.maemo.org/git/?p=theonering;a=blobdiff_plain;f=src%2Fhandle.py;h=cfbceccfd11aea1fe9ae07c1e0d921cf6677ffec;hp=b800fa534352bc0f3d92b2438829e68ef52fe6be;hb=69e151fe1f9c92bcfdea83a6c97e992e691c5c06;hpb=69291b6ea410825bc288f4071e4a2bd200bdac2e diff --git a/src/handle.py b/src/handle.py index b800fa5..cfbcecc 100644 --- a/src/handle.py +++ b/src/handle.py @@ -7,7 +7,7 @@ import tp import util.misc as misc_utils -_moduleLogger = logging.getLogger("handle") +_moduleLogger = logging.getLogger(__name__) class TheOneRingHandle(tp.Handle):