diff --git a/pkg/channels/weixin/state.go b/pkg/channels/weixin/state.go index f1f1a9bd4..6a8250919 100644 --- a/pkg/channels/weixin/state.go +++ b/pkg/channels/weixin/state.go @@ -75,10 +75,14 @@ func picoclawHomeDir() string { if probeErr := probeSyncDirWritable(home); probeErr == nil { return home } else { - logger.WarnCF("weixin", "Default picoclaw home is not writable; using temp directory for sync cursor", map[string]any{ - "path": home, - "error": probeErr.Error(), - }) + logger.WarnCF( + "weixin", + "Default picoclaw home is not writable; using temp directory for sync cursor", + map[string]any{ + "path": home, + "error": probeErr.Error(), + }, + ) } }