mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-04 05:06:58 -04:00
EGD-3055 Make tests compile on linux
This commit is contained in:
@@ -91,7 +91,7 @@ namespace utils
|
||||
|
||||
// Error
|
||||
if (err.length() != 0) {
|
||||
LOG_FATAL(err.c_str());
|
||||
LOG_FATAL("%s", err.c_str());
|
||||
return json11::Json();
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user