danielestevez commented on this pull request.


> @@ -123,8 +123,7 @@ public Image call() throws Exception {
 
             Image image = 
resourceDefinitionToImage.create(cloneTemplate.getSourceNodeId(), 
cloneTemplate.getName())
                   .apply(definitions.get(0));
-            checkState(image != null, "Image %s was not created for the 
requested node",
-                  cloneTemplate.getSourceNodeId());
+            checkState(image != null, "Image for node %s was not be created", 
cloneTemplate.getSourceNodeId());

oops, sorry

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/360#discussion_r101752563

Reply via email to