aboutsummaryrefslogtreecommitdiffhomepage
path: root/env.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-10-08 11:46:03 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-10-08 11:46:03 -0700
commitc70769c6565670c43bfbb9167d1502cc9eefbca9 (patch)
treedac5d002204e1288831201012ff60902967835eb /env.cpp
parenta13e067b853a937775ffa1cee272d1ca766a4592 (diff)
Raise debug level to 2 on annoying Changing language to English message
Fixes #1386
Diffstat (limited to 'env.cpp')
-rw-r--r--env.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/env.cpp b/env.cpp
index 814ae303..5fcaecde 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"));
}
}
}