iilyak commented on code in PR #5213:
URL: https://github.com/apache/couchdb/pull/5213#discussion_r1771870678


##########
src/couch/include/couch_db.hrl:
##########
@@ -53,6 +53,8 @@
 -define(INTERACTIVE_EDIT, interactive_edit).
 -define(REPLICATED_CHANGES, replicated_changes).
 
+-define(LOG_UNEXPECTED_MSG(Msg), couch_log:warning("[~p:~p:~p/~p]{~p[~p]} 
Unexpected message: ~w", [?MODULE, ?LINE, ?FUNCTION_NAME, ?FUNCTION_ARITY, 
self(), element(2, process_info(self(), message_queue_len)), Msg])).

Review Comment:
   I am surprised linter doesn't complain about such long line.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to