GUAC-911: Align STDERR log messages at tabs.
This commit is contained in:
parent
6081ce6fa4
commit
24aa865ce2
@ -86,7 +86,7 @@ void vguacd_log(guac_client_log_level level, const char* format,
|
|||||||
syslog(priority, "%s", message);
|
syslog(priority, "%s", message);
|
||||||
|
|
||||||
/* Log to STDERR */
|
/* Log to STDERR */
|
||||||
fprintf(stderr, GUACD_LOG_NAME "[%i]: %s: %s\n",
|
fprintf(stderr, GUACD_LOG_NAME "[%i]: %s:\t%s\n",
|
||||||
getpid(), priority_name, message);
|
getpid(), priority_name, message);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user