We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7051db9 commit 9691535Copy full SHA for 9691535
orchagent/tunneldecaporch.cpp
@@ -291,6 +291,7 @@ void TunnelDecapOrch::doDecapTunnelTask(Consumer &consumer)
291
if (exists && state_changed) {
292
// Publish to STATE_DB if any mirrored field changed
293
setDecapTunnelStatus(key);
294
+ SWSS_LOG_NOTICE("Fields for TUNNEL_DECAP_TABLE entry '%s' have been synchronised in STATE_DB", key.c_str());
295
}
296
297
if (task_status == task_process_status::task_need_retry)
0 commit comments