aboutsummaryrefslogtreecommitdiffstats
path: root/config/compose.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/compose.go')
-rw-r--r--config/compose.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/compose.go b/config/compose.go
index f9c1ba90..cf9c9b58 100644
--- a/config/compose.go
+++ b/config/compose.go
@@ -4,7 +4,7 @@ import (
"fmt"
"regexp"
- "git.sr.ht/~rjarry/aerc/logging"
+ "git.sr.ht/~rjarry/aerc/log"
"github.com/go-ini/ini"
)
@@ -55,6 +55,6 @@ func (config *AercConfig) parseCompose(file *ini.File) error {
}
end:
- logging.Debugf("aerc.conf: [compose] %#v", config.Compose)
+ log.Debugf("aerc.conf: [compose] %#v", config.Compose)
return nil
}