commit | 72b35f2654260c110d07384f154a89e03543a04a | [log] [tgz] |
---|---|---|
author | kelvinp <[email protected]> | Thu Jun 23 01:03:23 2016 |
committer | Commit bot <[email protected]> | Thu Jun 23 01:05:01 2016 |
tree | 171e43e33676718b5b21c5e6b80a3ec232a6a30d | |
parent | 464a53b140272959353caebcee841631868207fe [diff] [blame] |
Log incoming and outgoing XMPP stanza on the host Review-Url: https://codereview.chromium.org/2081793003 Cr-Commit-Position: refs/heads/master@{#401490}
diff --git a/remoting/base/logging.h b/remoting/base/logging.h index 77f618c1..4750756 100644 --- a/remoting/base/logging.h +++ b/remoting/base/logging.h
@@ -15,6 +15,7 @@ // In the future we may also consider writing to a log file instead of the // console. #define HOST_LOG LOG(INFO) +#define HOST_DLOG DLOG(INFO) } // namespace remoting