mailr14544 - /1.3/status.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on August 31, 2011 - 12:52:
Author: bugman
Date: Wed Aug 31 12:52:11 2011
New Revision: 14544

URL: http://svn.gna.org/viewcvs/relax?rev=14544&view=rev
Log:
Cleaned up the relax locking debugging print outs.


Modified:
    1.3/status.py

Modified: 1.3/status.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/status.py?rev=14544&r1=14543&r2=14544&view=diff
==============================================================================
--- 1.3/status.py (original)
+++ 1.3/status.py Wed Aug 31 12:52:11 2011
@@ -478,7 +478,7 @@
 
         # Debugging.
         if self.status.debug:
-            sys.stdout.write("\nrelax lock>  Lock '%s' acquire by '%s'.\n" % 
(self.name, acquirer))
+            sys.stdout.write("\nrelax lock>  Acquisition of '%s' by '%s'.\n" 
% (self.name, acquirer))
 
         # Fake lock.
         if self.fake_lock:
@@ -515,7 +515,7 @@
 
         # Debugging.
         if self.status.debug:
-            sys.stdout.write("\nrelax lock>  Lock '%s' release by '%s'.\n" % 
(self.name, acquirer))
+            sys.stdout.write("\nrelax lock>  Release of '%s' by '%s'.\n" % 
(self.name, acquirer))
 
         # Fake lock.
         if self.fake_lock:




Related Messages


Powered by MHonArc, Updated Wed Aug 31 14:20:02 2011