Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstemm committed Mar 15, 2019
1 parent e725fef commit d332d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/libsinsp/parsers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4479,7 +4479,7 @@ void sinsp_parser::parse_container_json_evt(sinsp_evt *evt)
ASSERT(parinfo);
ASSERT(parinfo->m_len > 0);
std::string json(parinfo->m_val, parinfo->m_len);
g_logger.format(sinsp_logger::SEV_DEBUG, "Parsing Container JSON=%s", json.c_str())
g_logger.format(sinsp_logger::SEV_DEBUG, "Parsing Container JSON=%s", json.c_str());
ASSERT(m_inspector);
Json::Value root;
if(Json::Reader().parse(json, root))
Expand Down

0 comments on commit d332d31

Please sign in to comment.