aboutsummaryrefslogtreecommitdiffhomepage
path: root/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'env.c')
-rw-r--r--env.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/env.c b/env.c
index dc60cb8e..e666ce48 100644
--- a/env.c
+++ b/env.c
@@ -505,6 +505,9 @@ void env_set( const wchar_t *key,
extern int _nl_msg_cat_cntr;
++_nl_msg_cat_cntr;
}
+
+ if( is_interactive )
+ debug( 0, _(L"Changing language to english") );
}
if( wcscmp( key, L"umask" ) == 0)