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 /tdactor | |
| parent | ffcc1719eff116a75861ff4a8596d7e2ffe213fb (diff) | |
Use "receive"/"have"/"loaded" instead of "got" and other log message improvements.
Diffstat (limited to 'tdactor')
| -rw-r--r-- | tdactor/example/example.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdactor/example/example.cpp b/tdactor/example/example.cpp index bdb184835..080df2baa 100644 --- a/tdactor/example/example.cpp +++ b/tdactor/example/example.cpp @@ -13,7 +13,7 @@ class Worker final : public td::Actor { public: void ping(int x) { - LOG(ERROR) << "Got ping " << x; + LOG(ERROR) << "Receive ping " << x; } }; |
