From 22fdc0258be44f5e41d927752738473c8d3ff24f Mon Sep 17 00:00:00 2001 From: levlam Date: Sun, 26 Feb 2023 14:22:31 +0300 Subject: Use "receive"/"have"/"loaded" instead of "got" and other log message improvements. --- tdactor/example/example.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdactor') 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; } }; -- cgit v1.2.3