Skip to content

Commit

Permalink
Update Syncd.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramd authored Dec 19, 2024
1 parent 20d40af commit ba3ed38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncd/Syncd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ sai_status_t Syncd::processDbgGenerateDump(
auto value = fvValue(fieldValues[0]);
const char* value_cstr = value.c_str();
sai_status_t status = m_vendorSai->dbgGenerateDump(value_cstr);

if (values.size() != 1)
{
SWSS_LOG_ERROR("Invalid input: expected 1 arguments, received %zu", values.size());
Expand Down

0 comments on commit ba3ed38

Please sign in to comment.