diff --git a/core/resource.lisp b/core/resource.lisp
index 72b9aa3..dc27ace 100644
--- a/core/resource.lisp
+++ b/core/resource.lisp
@@ -209,4 +209,5 @@
(defmethod sync ((host host))
(with-host host
(resource-additional-specs host (host-os host))
- (call-next-method)))
+ (call-next-method)
+ (format t "~&sync ~A complete~%" (resource-id host))))