Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
ciphax committed Oct 6, 2019
1 parent 456656f commit df98a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ where
}
None => {
warn!(
"Domain not configured: Trying {} configured domains",
"Domain not configured: Trying {} configured accounts",
config.accounts.len()
);
filtered_accounts.extend(config.accounts.iter());
Expand Down

0 comments on commit df98a29

Please sign in to comment.