Skip to content

Commit

Permalink
remove a note
Browse files Browse the repository at this point in the history
  • Loading branch information
shi-su committed Jan 28, 2021
1 parent 3b65335 commit 2e10ad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orchagent/orch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ bool Orch::handleSaiSetStatus(sai_api_t api, sai_status_t status)
* this coarse handling in each orch.
* 3. Take the type of sai api into consideration.
*/
SWSS_LOG_THROW("Encountered failure in set operation, status: %d", status); // need to update message, comment, and status
SWSS_LOG_THROW("Encountered failure in set operation, status: %d", status);
return false;
}

Expand All @@ -724,7 +724,7 @@ bool Orch::handleSaiRemoveStatus(sai_api_t api, sai_status_t status)
* this coarse handling in each orch.
* 3. Take the type of sai api into consideration.
*/
SWSS_LOG_THROW("Encountered failure in del operation, status: %d", status); // need to update message, comment, and status
SWSS_LOG_THROW("Encountered failure in remove operation, status: %d", status);
return false;
}

Expand Down

0 comments on commit 2e10ad4

Please sign in to comment.