SF.net SVN: fclient: [296] trunk/sandbox/fcp2/test_fcp/test_client.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-02-27 14:14:01
|
Revision: 296
http://fclient.svn.sourceforge.net/fclient/?rev=296&view=rev
Author: jurner
Date: 2008-02-27 06:14:01 -0800 (Wed, 27 Feb 2008)
Log Message:
-----------
set client debug level to quiet
Modified Paths:
--------------
trunk/sandbox/fcp2/test_fcp/test_client.py
Modified: trunk/sandbox/fcp2/test_fcp/test_client.py
===================================================================
--- trunk/sandbox/fcp2/test_fcp/test_client.py 2008-02-27 14:13:38 UTC (rev 295)
+++ trunk/sandbox/fcp2/test_fcp/test_client.py 2008-02-27 14:14:01 UTC (rev 296)
@@ -118,7 +118,8 @@
if TestAgainstNode:
DummySocketModule.socket = MySocketFactory()
fcpClient = MyFcpClient(
- #debugVerbosity=FcpClient.consts.DebugVerbosity.Debug
+ #debugVerbosity=Client.consts.DebugVerbosity.Debug
+ debugVerbosity=Client.consts.DebugVerbosity.Quiet
)
# inject our customized socket module
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|