Skip to content

Commit

Permalink
change error to info
Browse files Browse the repository at this point in the history
Change-Id: I754b90bbb66186d244c115d2e18fa833c4e81a77
  • Loading branch information
rdementi committed Jan 9, 2025
1 parent 449ad8c commit f1c5b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pmt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ bool TelemetryDB::loadFromXML(const std::string& pmtXMLPath)
return true;
#else
(void)pmtXMLPath; // suppress warning
std::cerr << "Error: pugixml library is not available" << std::endl;
std::cerr << "INFO: pugixml library is not available" << std::endl;
return false;
#endif
}
Expand Down

0 comments on commit f1c5b1d

Please sign in to comment.