| Index: remoting/base/logging.h
|
| diff --git a/remoting/base/logging.h b/remoting/base/logging.h
|
| index 47507568690221ef4b6c369b1d7ebe3f909b07e9..9e9a709bef61027a840c9698b120161eaf7e9eac 100644
|
| --- a/remoting/base/logging.h
|
| +++ b/remoting/base/logging.h
|
| @@ -9,9 +9,9 @@
|
|
|
| namespace remoting {
|
|
|
| -// Chromoting host code should use HOST_LOG instead of LOG(INFO) to bypass
|
| -// the CheckSpamLogging presubmit check. This won't spam chrome output because
|
| -// it runs in the chromoting host processes.
|
| +// Chromoting host code should use HOST_LOG instead of LOG(INFO) to bypass the
|
| +// CheckSpamLogging presubmit check. This won't spam chrome output because it
|
| +// runs in the chromoting host processes.
|
| // In the future we may also consider writing to a log file instead of the
|
| // console.
|
| #define HOST_LOG LOG(INFO)
|
|
|