Skip to content

Commit 2f57626

Browse files
Abhi Senguptafacebook-github-bot
Abhi Sengupta
authored andcommitted
Fix logging
Summary: Refactor logging. want to log the substituted values for mcrouter config read with luna with the existing value Reviewed By: disylh Differential Revision: D73125655 fbshipit-source-id: b62b1ccd0d251ea8939f5a1a23e8ebc6de67d261
1 parent 47222f8 commit 2f57626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third-party/mcrouter/src/mcrouter/options.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ vector<McrouterOptionMismatch> McrouterOptionsBase::compare(
278278
McrouterOptionMismatch e;
279279
e.optionName = name;
280280
e.lunaValue = it->second;
281-
e.errorMsg = "luna value " + it->second +
281+
e.errorMsg = "luna value " + subValue +
282282
" and current mcrouter_options value " + currValue +
283283
" are different";
284284
errors.push_back(std::move(e));

0 commit comments

Comments
 (0)