GUACAMOLE-422: Quick fixes for style and logging.
This commit is contained in:
parent
9a944637be
commit
f61539c4e7
@ -1285,7 +1285,8 @@ void guac_rdp_push_settings(guac_client* client,
|
||||
if (guac_settings->timezone) {
|
||||
if (setenv("TZ", guac_settings->timezone, 1)) {
|
||||
guac_client_log(client, GUAC_LOG_WARNING,
|
||||
"Unable to set TZ variable, error %i", errno);
|
||||
"Unable to forward timezone: TZ environment variable "
|
||||
"could not be set: %s", sterror(errno));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user