diff --git a/orchagent/pfcwdorch.cpp b/orchagent/pfcwdorch.cpp index 63fb6c0acea8..6a1c73c9e908 100644 --- a/orchagent/pfcwdorch.cpp +++ b/orchagent/pfcwdorch.cpp @@ -35,7 +35,7 @@ PfcWdOrch::PfcWdOrch(DBConnector *db, vectorstart(); } @@ -509,7 +509,7 @@ PfcWdSwOrch::PfcWdSwOrch( PfcWdSwOrch::getCountersDb().get(), "PFC_WD"); auto wdNotification = new Notifier(consumer, this); - Orch::addExecutor("", wdNotification); + Orch::addExecutor("PFC_WD", wdNotification); } template