From c70769c6565670c43bfbb9167d1502cc9eefbca9 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Wed, 8 Oct 2014 11:46:03 -0700 Subject: [PATCH] Raise debug level to 2 on annoying Changing language to English message Fixes #1386 --- env.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.cpp b/env.cpp index 814ae303c..5fcaecde5 100644 --- a/env.cpp +++ b/env.cpp @@ -310,7 +310,7 @@ static void handle_locale() if (get_is_interactive()) { - debug(0, _(L"Changing language to English")); + debug(2, _(L"Changing language to English")); } } }