Index: worker/uniter/context.go |
=== modified file 'worker/uniter/context.go' |
--- worker/uniter/context.go 2013-03-19 01:22:15 +0000 |
+++ worker/uniter/context.go 2013-03-21 17:02:51 +0000 |
@@ -149,7 +149,8 @@ |
logger.stop() |
if ee, ok := err.(*exec.Error); ok && err != nil { |
if os.IsNotExist(ee.Err) { |
- // Missing hook is perfectly valid. |
+ // Missing hook is perfectly valid, but worth mentioning. |
+ log.Infof("worker/uniter: skipped %q hook (not implemented)", hookName) |
return nil |
} |
} |