mailr11862 - /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 December 17, 2010 - 13:23:
Author: bugman
Date: Fri Dec 17 13:23:24 2010
New Revision: 11862

URL: http://svn.gna.org/viewcvs/relax?rev=11862&view=rev
Log:
Modification of the execution lock 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=11862&r1=11861&r2=11862&view=diff
==============================================================================
--- 1.3/status.py (original)
+++ 1.3/status.py Fri Dec 17 13:23:24 2010
@@ -165,7 +165,7 @@
         if self._script_nest:
             # Debugging.
             if __main__.debug:
-                self.log.write("Nest decrement (%s -> %s)\n" % 
(self._script_nest, self._script_nest-1))
+                self.log.write("Script termination, nest decrement (%s -> 
%s)\n" % (self._script_nest, self._script_nest-1))
                 self.log.flush()
 
             # Decrement.




Related Messages


Powered by MHonArc, Updated Fri Dec 17 14:20:01 2010