Added test print to salt checkResult function

Change-Id: I2e0c143623b25db1cb4d07f0ebceca2bb82f73db
diff --git a/src/com/mirantis/mk/Salt.groovy b/src/com/mirantis/mk/Salt.groovy
index ab00eb5..468646a 100644
--- a/src/com/mirantis/mk/Salt.groovy
+++ b/src/com/mirantis/mk/Salt.groovy
@@ -271,6 +271,7 @@
         }
         for (node in entry) {
             for (resource in node.value) {
+                println(String.format("resource = '%s'", resource))
                 if(!resource["result"] || resource["result"] != "true") {
                     if (failOnError) {
                         throw new Exception("Salt state on node ${node.key} failed: ${node.value}")