|
From: <di...@us...> - 2013-01-02 19:31:18
|
Revision: 836
http://safekeep.svn.sourceforge.net/safekeep/?rev=836&view=rev
Author: dimi
Date: 2013-01-02 19:31:12 +0000 (Wed, 02 Jan 2013)
Log Message:
-----------
Better message
Modified Paths:
--------------
safekeep/trunk/safekeep
Modified: safekeep/trunk/safekeep
===================================================================
--- safekeep/trunk/safekeep 2013-01-01 10:35:18 UTC (rev 835)
+++ safekeep/trunk/safekeep 2013-01-02 19:31:12 UTC (rev 836)
@@ -1425,7 +1425,7 @@
if server_major != client_major:
raise Exception('Incompatible protocols: %s <> %s' % (PROTOCOL, client_protocol))
elif int(server_minor) > int(client_minor):
- warn('Protocol mismatch: %s <> %s' % (PROTOCOL, client_protocol))
+ info('Protocol mismatch, but compatible: %s <> %s' % (PROTOCOL, client_protocol))
return (int(server_minor) - int(client_minor))
def do_server(cfgs, ids, nice, ionice, force, cleanup):
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|