changeset 1250:62eaa20b8cf7

More debug message for data_monitor
author Thinker K.F. Li <thinker@codemud.net>
date Tue, 11 Jan 2011 10:27:21 +0800
parents 16a1166c3850
children fb5ad43c13eb
files pyink/MBScene.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pyink/MBScene.py	Tue Jan 11 10:20:53 2011 +0800
+++ b/pyink/MBScene.py	Tue Jan 11 10:27:21 2011 +0800
@@ -68,6 +68,9 @@
 		    pass
 		
 		if not self._domview.lock(): # can not lock
+		    if debug_level >= 1:
+			print '  fault to lock'
+			pass
 		    return
 		
 		try: