From df98a2959c15ef379039dfcb3faa3c929b74f6f6 Mon Sep 17 00:00:00 2001 From: Matthias Herzog <37505324+kegato@users.noreply.github.com> Date: Sun, 6 Oct 2019 22:39:12 +0200 Subject: [PATCH] fix log message --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.rs b/src/cli.rs index 52f52a5..013f11a 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -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());