Skip to content

Commit

Permalink
FIX issue after conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed Nov 8, 2024
1 parent b8277c9 commit 723b385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/jsonParseV2/parseContextAttribute.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ std::string parseContextAttribute
}
else if (r != "OK") // other error cases get a general treatment
{
alarmMgr.badInput(clientIp, "JSON Parse Error in ContextAttribute::Object", r);
alarmMgr.badInput(clientIp, "JSON Parse Error in ContextAttribute::Object", r + extraForLog);
ciP->httpStatusCode = SccBadRequest;
return r;
}
Expand Down

0 comments on commit 723b385

Please sign in to comment.