Forgot to convert string to char*
This commit is contained in:
parent
324a93cd65
commit
37e78e85a6
@ -284,7 +284,7 @@ void XmlCharacteristic::processBool(const std::string &processor, bool *value, b
|
||||
*is_set = true;
|
||||
}
|
||||
else
|
||||
Log::error("XmlCharacteristic::processBool", "Can't parse %s: Not a bool", processor);
|
||||
Log::error("XmlCharacteristic::processBool", "Can't parse %s: Not a bool", processor.c_str());
|
||||
}
|
||||
|
||||
void XmlCharacteristic::load(const XMLNode *node)
|
||||
|
Loading…
Reference in New Issue
Block a user