SF.net SVN: fclient: [330] trunk/sandbox/fcp2/consts.py
Status: Pre-Alpha
Brought to you by:
jurner
From: <jU...@us...> - 2008-03-07 09:53:45
|
Revision: 330 http://fclient.svn.sourceforge.net/fclient/?rev=330&view=rev Author: jUrner Date: 2008-03-07 01:53:48 -0800 (Fri, 07 Mar 2008) Log Message: ----------- more log messages Modified Paths: -------------- trunk/sandbox/fcp2/consts.py Modified: trunk/sandbox/fcp2/consts.py =================================================================== --- trunk/sandbox/fcp2/consts.py 2008-03-07 09:53:17 UTC (rev 329) +++ trunk/sandbox/fcp2/consts.py 2008-03-07 09:53:48 UTC (rev 330) @@ -264,7 +264,6 @@ Connected = 'connected to node' ConnectingFailed = 'connecting to node failed' Retry = 'Retrying' - Closing = 'Closing' Sending = 'Sending' @@ -278,6 +277,9 @@ AllRequestsCompleted = 'All requests completed' EventTriggered = 'triggered: ' + + RequestInvalidClientToken = 'Request invalid client token' + class Message: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |