diff --git a/cmake_targets/autotests/core.py b/cmake_targets/autotests/core.py
index 18f89ecfce9f8041bff0065b9bda868cb685ba7f..33a58a84c957afb365fefb041a79a2ae96207cf0 100644
--- a/cmake_targets/autotests/core.py
+++ b/cmake_targets/autotests/core.py
@@ -192,6 +192,7 @@ class core:
         if index == 0 or index == 1 :
             return self.oai.before
         else:
+            print "command = " + command + "rsp1  = " + rsp1 + " rsp2 = " + rsp2 + " index = " + str(index)
             raise log.err(self.failed(command, rsp1 + ' or ' + rsp2,debug))