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:
Diffstat (limited to 'commands')
-rw-r--r--commands/static_syncer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/static_syncer.go b/commands/static_syncer.go
index 23bdbe2df..5569d4de6 100644
--- a/commands/static_syncer.go
+++ b/commands/static_syncer.go
@@ -58,7 +58,7 @@ func (s *staticSyncer) syncsStaticEvents(staticEvents []fsnotify.Event) error {
syncer.DestFs = c.Fs.Destination
// prevent spamming the log on changes
- logger := helpers.NewDistinctFeedbackLogger()
+ logger := helpers.NewDistinctErrorLogger()
for _, ev := range staticEvents {
// Due to our approach of layering both directories and the content's rendered output