X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fchannel%2Fdebug_log.py;h=b6325a9e627185aa5bb16d8f26ab246f5395802e;hb=5bb8c8b09d35e396602d3b896945f86464aa0426;hp=82b71303c2be36cbc1d704ef8615f501fdbc6016;hpb=69291b6ea410825bc288f4071e4a2bd200bdac2e;p=theonering diff --git a/src/channel/debug_log.py b/src/channel/debug_log.py index 82b7130..b6325a9 100644 --- a/src/channel/debug_log.py +++ b/src/channel/debug_log.py @@ -10,7 +10,7 @@ import tp import util.misc as misc_utils -_moduleLogger = logging.getLogger("channel.debug_log") +_moduleLogger = logging.getLogger(__name__) class DebugLogChannel(tp.ChannelTypeFileTransfer):