Added some environment logging
This commit is contained in:
parent
9a3c47f15d
commit
49d608f6f0
@ -117,6 +117,10 @@ int main(int argc, char **argv)
|
||||
Syslog('+', "REMOTEHOST %s", p);
|
||||
if ((p = getenv("TERM")) != NULL)
|
||||
Syslog('+', "TERM=%s", p);
|
||||
if ((p = getnev("LANG")) != NULL)
|
||||
Syslog('+', "LANG=%s", p);
|
||||
if ((p = getenv("LC_ALL")) != NULL)
|
||||
Syslog('+', "LC_ALL=%s", p);
|
||||
|
||||
/*
|
||||
* Initialize
|
||||
|
Reference in New Issue
Block a user