SF.net SVN: fclient:[883] trunk/fclient/fclient/impl/lib/fcp2/consts.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-08-10 07:52:43
|
Revision: 883
http://fclient.svn.sourceforge.net/fclient/?rev=883&view=rev
Author: jUrner
Date: 2008-08-10 07:52:51 +0000 (Sun, 10 Aug 2008)
Log Message:
-----------
some more debug verbosity consts
Modified Paths:
--------------
trunk/fclient/fclient/impl/lib/fcp2/consts.py
Modified: trunk/fclient/fclient/impl/lib/fcp2/consts.py
===================================================================
--- trunk/fclient/fclient/impl/lib/fcp2/consts.py 2008-08-09 11:23:32 UTC (rev 882)
+++ trunk/fclient/fclient/impl/lib/fcp2/consts.py 2008-08-10 07:52:51 UTC (rev 883)
@@ -107,7 +107,9 @@
Warning = logging.WARNING
Error = logging.ERROR
Critical = logging.CRITICAL
- Quiet = 1000000
+ Quiet = Critical + 1
+ Max = Quiet + 1
+
Notset = logging.NOTSET
class ConstDisconnectReason(_BaseBitFlags):
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|