Output a message when changing LANG in interactive mode

darcs-hash:20060104140735-ac50b-4147ebc215d62d00fe6add39e62369dd3c07e7d9.gz
This commit is contained in:
axel
2006-01-05 00:07:35 +10:00
parent c1304a05d9
commit 33177e75a6
2 changed files with 55 additions and 46 deletions

3
env.c
View File

@@ -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)