GUACAMOLE-982: Fix the error log message when the creating thread of RDP client fails.
This commit is contained in:
parent
f47491eaca
commit
fa86d18353
@ -71,7 +71,7 @@ int guac_rdp_user_join_handler(guac_user* user, int argc, char** argv) {
|
|||||||
if (pthread_create(&rdp_client->client_thread, NULL,
|
if (pthread_create(&rdp_client->client_thread, NULL,
|
||||||
guac_rdp_client_thread, user->client)) {
|
guac_rdp_client_thread, user->client)) {
|
||||||
guac_user_log(user, GUAC_LOG_ERROR,
|
guac_user_log(user, GUAC_LOG_ERROR,
|
||||||
"Unable to start VNC client thread.");
|
"Unable to start RDP client thread.");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user