This is an automated email from the git hooks/post-receive script.

pini pushed a commit to tag upstream/1.1.0_beta1
in repository sikuli.

commit 7e5d4ce451fa3ee47b6f4d6472bc36919dc8a92e
Author: Raimund Hocke <[email protected]>
Date:   Thu Jan 9 11:57:45 2014 +0100

    debug less verbose
---
 Basics/src/main/resources/Lib/sikuli/SikuliImporter.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Basics/src/main/resources/Lib/sikuli/SikuliImporter.py 
b/Basics/src/main/resources/Lib/sikuli/SikuliImporter.py
index aa2495a..1c6d863 100755
--- a/Basics/src/main/resources/Lib/sikuli/SikuliImporter.py
+++ b/Basics/src/main/resources/Lib/sikuli/SikuliImporter.py
@@ -17,7 +17,7 @@ def _stripPackagePrefix(module_name):
     return module_name
   
 def _debug():
-  if Debug.getDebugLevel() > 2:
+  if Debug.getDebugLevel() > 3:
     return True
   else:
     return False;

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/sikuli.git

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to