fixed android build

This commit is contained in:
matlabbe
2022-10-30 14:47:34 -07:00
parent 67b2cbe5ca
commit 69214b927a

View File

@@ -299,7 +299,7 @@ void RtabmapThread::mainLoop()
id = _rtabmap->getMemory()->getSignatureIdByLabel(cmdEvent.value1().toStr());
if(id <= 0)
{
UERROR("Failed to find a node with label \"%s\".", cmdEvent.value1().toStr());
UERROR("Failed to find a node with label \"%s\".", cmdEvent.value1().toStr().c_str());
}
}
else if(cmdEvent.value1().isInt() || cmdEvent.value1().isUInt())