Skip to content

Commit ebb9b7a

Browse files
authored
[syncd] provide docker name when checking warm restart (sonic-net#377)
Signed-off-by: Ying Xie <[email protected]>
1 parent 72d8cc3 commit ebb9b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syncd/syncd.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3432,7 +3432,7 @@ int syncd_main(int argc, char **argv)
34323432
swss::Logger::linkToDbNative("syncd");
34333433

34343434
swss::WarmStart::initialize("syncd", "syncd");
3435-
swss::WarmStart::checkWarmStart("syncd");
3435+
swss::WarmStart::checkWarmStart("syncd", "syncd");
34363436

34373437
#pragma GCC diagnostic push
34383438
#pragma GCC diagnostic ignored "-Wsuggest-attribute=format"

0 commit comments

Comments
 (0)