Be less verbose if we don't have a local address for a tunnel
This commit is contained in:
@@ -340,7 +340,7 @@ METHOD(kernel_interface_t, get_address_by_ts, status_t,
|
|||||||
|
|
||||||
if (!found)
|
if (!found)
|
||||||
{
|
{
|
||||||
DBG1(DBG_KNL, "no local address found in traffic selector %R", ts);
|
DBG2(DBG_KNL, "no local address found in traffic selector %R", ts);
|
||||||
return FAILED;
|
return FAILED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user