Formatting
This commit is contained in:
@@ -220,7 +220,8 @@ extern "C" int livoxGen1_attachDeviceReq(
|
||||
if (param.second.find('.') == std::string::npos)
|
||||
{
|
||||
throw std::runtime_error(
|
||||
std::string(__func__) + ": smo-ip parameter is not an IPv4 address");
|
||||
std::string(__func__) + ": smo-ip parameter is not an "
|
||||
"IPv4 address");
|
||||
}
|
||||
smoIp = param.second;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user