diff options
Diffstat (limited to 'remoting/host/plugin/host_script_object.h')
-rw-r--r-- | remoting/host/plugin/host_script_object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/plugin/host_script_object.h b/remoting/host/plugin/host_script_object.h index 2558903..0bfe11e 100644 --- a/remoting/host/plugin/host_script_object.h +++ b/remoting/host/plugin/host_script_object.h @@ -49,7 +49,7 @@ class HostNPScriptObject : public It2MeHost::Observer { // Post LogDebugInfo to the correct proxy (and thus, on the correct thread). // This should only be called by HostLogHandler. To log to the UI, use the - // standard LOG(INFO) and it will be sent to this method. + // standard HOST_LOG and it will be sent to this method. void PostLogDebugInfo(const std::string& message); void SetWindow(NPWindow* np_window); |