SF.net SVN: fclient: [401] trunk/sandbox/fcp2/iohandler.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-05-05 07:59:29
|
Revision: 401
http://fclient.svn.sourceforge.net/fclient/?rev=401&view=rev
Author: jUrner
Date: 2008-05-05 00:59:34 -0700 (Mon, 05 May 2008)
Log Message:
-----------
adjusted debug level
Modified Paths:
--------------
trunk/sandbox/fcp2/iohandler.py
Modified: trunk/sandbox/fcp2/iohandler.py
===================================================================
--- trunk/sandbox/fcp2/iohandler.py 2008-05-05 07:58:55 UTC (rev 400)
+++ trunk/sandbox/fcp2/iohandler.py 2008-05-05 07:59:34 UTC (rev 401)
@@ -125,7 +125,7 @@
if p == '':
raise socket.error('Socket closed by host')
except socket.timeout, details:
- raise consts.IOTimeoutError(details, consts.Logger.IO.error)
+ raise consts.IOTimeoutError(details, consts.Logger.IO.debug)
except socket.error, details:
self.close()
raise consts.IOBrokenError(details, consts.Logger.IO.error)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|