You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by GitBox <gi...@apache.org> on 2023/01/19 06:23:07 UTC

[GitHub] [incubator-pegasus] acelyc111 commented on a diff in pull request #1319: refactor(log): use LOG_WARNING_F instead of LOG_WARNING (3/3)

acelyc111 commented on code in PR #1319:
URL: https://github.com/apache/incubator-pegasus/pull/1319#discussion_r1080845567


##########
src/redis_protocol/proxy_lib/redis_parser.cpp:
##########
@@ -899,7 +899,7 @@ void redis_parser::counter_internal(message_entry &entry)
     if (dsn::utils::iequals(command, "INCR") || dsn::utils::iequals(command, "DECR")) {
         if (entry.request.sub_requests.size() != 2) {
             LOG_WARNING_F("{}: command {} seqid({}) with invalid arguments count: {}",
-                          _remote_address.to_string(),
+                          _remote_address,

Review Comment:
   Nice!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org