Skip to content

Commit

Permalink
forgotten %s
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbymcgonigle committed May 22, 2024
1 parent 3b15912 commit 9344b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchagent/port/porthlpr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ bool PortHelper::parsePortSubport(PortConfig &port, const std::string &field, co
port.subport.value = toUInt16(value);
if (port.subport.value < 0)
{
SWSS_LOG_ERROR("Failed to parse field(%s): negative number is prohibited", field.c_str(), value.c_str());
SWSS_LOG_ERROR("Failed to parse field(%s): negative number(%s) is prohibited", field.c_str(), value.c_str());
return false;
}
port.subport.is_set = true;
Expand Down

0 comments on commit 9344b9e

Please sign in to comment.