| Index: remoting/host/host_event_logger.cc
|
| diff --git a/remoting/host/host_event_logger.cc b/remoting/host/host_event_logger.cc
|
| index c72b7df3e60c0a9ae32256c607ab34037cb29538..f8f6d5763befc30b22bd063808e5a8e8c05be897 100644
|
| --- a/remoting/host/host_event_logger.cc
|
| +++ b/remoting/host/host_event_logger.cc
|
| @@ -49,8 +49,8 @@ void HostEventLogger::OnClientDisconnected(const std::string& jid) {
|
| Log("Client disconnected: " + username);
|
| }
|
|
|
| -void HostEventLogger::OnAccessDenied() {
|
| - Log("Access denied");
|
| +void HostEventLogger::OnAccessDenied(const std::string& jid) {
|
| + Log("Access denied for client: " + jid);
|
| }
|
|
|
| void HostEventLogger::OnShutdown() {
|
|
|