Skip to content

Commit a1ab18c

Browse files
author
Shuotian Cheng
authored
[mirrororch]: Fix comments typo (#863)
Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
1 parent 7a1b5a9 commit a1ab18c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

orchagent/mirrororch.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ bool MirrorOrch::activateSession(const string& name, MirrorEntry& session)
566566
MirrorSessionUpdate update = { name, true };
567567
notify(SUBJECT_TYPE_MIRROR_SESSION_CHANGE, static_cast<void *>(&update));
568568

569-
SWSS_LOG_NOTICE("Activate mirror session %s", name.c_str());
569+
SWSS_LOG_NOTICE("Activated mirror session %s", name.c_str());
570570

571571
return true;
572572
}
@@ -593,7 +593,7 @@ bool MirrorOrch::deactivateSession(const string& name, MirrorEntry& session)
593593
// Store whole state into StateDB, since it is far from that frequent it's durable
594594
setSessionState(name, session);
595595

596-
SWSS_LOG_NOTICE("Deactive mirror session %s", name.c_str());
596+
SWSS_LOG_NOTICE("Deactivated mirror session %s", name.c_str());
597597

598598
return true;
599599
}

0 commit comments

Comments
 (0)