Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--create/content.go3
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
}