Skip to content

Commit

Permalink
[syncd] provide docker name when checking warm restart (sonic-net#377)
Browse files Browse the repository at this point in the history
Signed-off-by: Ying Xie <ying.xie@microsoft.com>
  • Loading branch information
yxieca authored Nov 14, 2018
1 parent 72d8cc3 commit ebb9b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncd/syncd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3432,7 +3432,7 @@ int syncd_main(int argc, char **argv)
swss::Logger::linkToDbNative("syncd");

swss::WarmStart::initialize("syncd", "syncd");
swss::WarmStart::checkWarmStart("syncd");
swss::WarmStart::checkWarmStart("syncd", "syncd");

#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wsuggest-attribute=format"
Expand Down

0 comments on commit ebb9b7a

Please sign in to comment.