SF.net SVN: fclient: [589] trunk/fclient/src/fclient/lib/fcp2/client.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-12 11:11:45
|
Revision: 589
http://fclient.svn.sourceforge.net/fclient/?rev=589&view=rev
Author: jUrner
Date: 2008-07-12 04:11:55 -0700 (Sat, 12 Jul 2008)
Log Message:
-----------
ups, wrong debug level
Modified Paths:
--------------
trunk/fclient/src/fclient/lib/fcp2/client.py
Modified: trunk/fclient/src/fclient/lib/fcp2/client.py
===================================================================
--- trunk/fclient/src/fclient/lib/fcp2/client.py 2008-07-12 11:10:03 UTC (rev 588)
+++ trunk/fclient/src/fclient/lib/fcp2/client.py 2008-07-12 11:11:55 UTC (rev 589)
@@ -296,7 +296,7 @@
if event == self.events.Idle:
consts.ConstLogger.Event.log(consts.ConstDebugVerbosity.Chatty, consts.ConstLogMessages.EventTriggered + event.name)
else:
- consts.ConstLogger.Event.log(consts.ConstDebugVerbosity.Message, consts.ConstLogMessages.EventTriggered + event.name)
+ consts.ConstLogger.Event.debug(consts.ConstLogMessages.EventTriggered + event.name)
def _close(self, msg):
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|