SF.net SVN: fclient: [294] trunk/sandbox/fcp2/consts.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-02-27 14:13:23
|
Revision: 294
http://fclient.svn.sourceforge.net/fclient/?rev=294&view=rev
Author: jurner
Date: 2008-02-27 06:13:28 -0800 (Wed, 27 Feb 2008)
Log Message:
-----------
added debug level quiet
Modified Paths:
--------------
trunk/sandbox/fcp2/consts.py
Modified: trunk/sandbox/fcp2/consts.py
===================================================================
--- trunk/sandbox/fcp2/consts.py 2008-02-27 13:52:12 UTC (rev 293)
+++ trunk/sandbox/fcp2/consts.py 2008-02-27 14:13:28 UTC (rev 294)
@@ -209,6 +209,8 @@
Warning = logging.WARNING
Error = logging.ERROR
Critical = logging.CRITICAL
+ Quiet = 1000000
+
class DisconnectReason(BaseBitFlags):
"""Reasons for client disconnect
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|