log when we ignore a path

pull/1658/head
Jeff Becker 3 years ago
parent c6660dd6c1
commit 23aa35b825
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -293,6 +293,10 @@ namespace llarp
{
LogInfo("path ", Name(), " reanimated");
}
else if (st == ePathIgnore)
{
LogInfo("path ", Name(), " ignored");
}
_status = st;
}

Loading…
Cancel
Save