svkurupath-keeper opened a new pull request, #606: URL: https://github.com/apache/guacamole-server/pull/606
Proposed fix for [GUACAMOLE-2113](https://issues.apache.org/jira/browse/GUACAMOLE-2113) - Removed extra comma(,) in guac_user_log function calls so that the full message is logged. - Added a comma for clarity with in the log message for RDP. Results after local testing: ``` For VNC guacd[273689]: WARNING: Wake on LAN was requested, but no MAC address was specified. WoL will not be sent. For SSH guacd[299356]: WARNING: WoL was enabled, but no MAC address was provided. WoL will not be sent. For Telnet guacd[298001]: WARNING: Wake on LAN was requested, but no MAC address was specified. WoL will not be sent. For RDP guacd[299506]: WARNING: WoL requested, but no MAC address specified. WoL will not be sent. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org