tests/python/python@py_ext/py_ext.xml
changeset 862 bb59865db6e6
parent 859 dbf82971f09d
child 1067 4f460c1dffb5
--- a/tests/python/python@py_ext/py_ext.xml	Fri Oct 19 12:14:24 2012 +0200
+++ b/tests/python/python@py_ext/py_ext.xml	Tue Oct 23 00:56:30 2012 +0200
@@ -9,7 +9,7 @@
     i = ctypes.c_int()
     if(Python_to_C_Call(arg, i)):
         res = i.value
-        print "toC:", arg, "from C:", res
+        print "toC:", arg, "from C:", res, "FBID:", FBID
     else:
         print "Failed Python_to_C_Call failed"
         res = None