summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-06-07 16:36:48 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-06-07 19:11:03 +0200
commitf55d2f43769053b80b419a690554e747dc5dcede (patch)
treef8c5bdc95df123f2abb04d66b87af4bf9237f086 /commands
parent282f1aa3db9f6420fdd360e46db1ffadd5b083a1 (diff)
tpl/fmt: Add erroridf template func
Fixes #8613
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