diff options
| author | levlam <levlam@telegram.org> | 2023-02-26 14:22:31 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2023-02-26 14:22:31 +0300 |
| commit | 22fdc0258be44f5e41d927752738473c8d3ff24f (patch) | |
| tree | 4cafafb29e3ef60c7a1907feee7c4bd9eca36bd0 /test/mtproto.cpp | |
| parent | ffcc1719eff116a75861ff4a8596d7e2ffe213fb (diff) | |
Use "receive"/"have"/"loaded" instead of "got" and other log message improvements.
Diffstat (limited to 'test/mtproto.cpp')
| -rw-r--r-- | test/mtproto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mtproto.cpp b/test/mtproto.cpp index a94d15556..07975031b 100644 --- a/test/mtproto.cpp +++ b/test/mtproto.cpp @@ -241,7 +241,7 @@ class TestPingActor final : public td::Actor { return stop(); } if (ping_connection_->was_pong()) { - LOG(INFO) << "GOT PONG"; + LOG(INFO) << "Receive pong"; return stop(); } } |
