Commit f5032780516d318466660837d13f342d3c1aae2e

Thomas de Grivel 2018-07-10T12:36:17

fix printing operation failed error

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/core/operation.lisp b/core/operation.lisp
index 4dc7531..1f5a040 100644
--- a/core/operation.lisp
+++ b/core/operation.lisp
@@ -163,7 +163,7 @@
   (if *print-escape*
       (call-next-method)
       (with-slots (operation resource diff host os) c
-	(format stream "~A failed for (resource '~A ~S) on (host ~S) ~A.~%Conflicting values :~%~{ ~A~%  expected ~S~%  probed   ~S~%~}"
+	(format stream "~A failed for (resource '~A ~S) on (host ~S) ~A.~%Conflicting values :~%~{~{~A~%  expected ~S~%  probed   ~S~%~}~}"
 		(operation-name operation)
                 (string-downcase (class-name (class-of resource)))
                 (resource-id resource)