diff options
-rw-r--r-- | create/content.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/create/content.go b/create/content.go index 739783398..52393ce5b 100644 --- a/create/content.go +++ b/create/content.go @@ -207,6 +207,9 @@ func (b *contentBuilder) buildDir() error { in.Close() out.Close() } + + b.h.Log.Printf("Content dir %q created", filepath.Join(baseDir, b.targetPath)) + return nil } |