diff options
Diffstat (limited to 'commands/account/export-mbox.go')
-rw-r--r-- | commands/account/export-mbox.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/account/export-mbox.go b/commands/account/export-mbox.go index b68e1cc5..f51608b9 100644 --- a/commands/account/export-mbox.go +++ b/commands/account/export-mbox.go @@ -117,7 +117,7 @@ func (ExportMbox) Execute(aerc *widgets.Aerc, args []string) error { } statusInfo := fmt.Sprintf("Exported %d of %d messages to %s.", ctr, len(store.Uids()), filename) aerc.PushStatus(statusInfo, 10*time.Second) - logging.Infof(statusInfo) + logging.Debugf(statusInfo) }() return nil |