Skip to content

Commit 9691535

Browse files
committed
add log on completion of state db sync
1 parent 7051db9 commit 9691535

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

orchagent/tunneldecaporch.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ void TunnelDecapOrch::doDecapTunnelTask(Consumer &consumer)
291291
if (exists && state_changed) {
292292
// Publish to STATE_DB if any mirrored field changed
293293
setDecapTunnelStatus(key);
294+
SWSS_LOG_NOTICE("Fields for TUNNEL_DECAP_TABLE entry '%s' have been synchronised in STATE_DB", key.c_str());
294295
}
295296

296297
if (task_status == task_process_status::task_need_retry)

0 commit comments

Comments
 (0)