Merge pull request #4729 from BaronGreenback/19.0RC---Fix-networkInterfaceFix

(cherry picked from commit ccc1b8bf92)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
Joshua M. Boniface
2020-12-30 19:57:53 -05:00
parent 1ad8e54035
commit d737c2b84a
2 changed files with 22 additions and 3 deletions

View File

@@ -784,7 +784,7 @@ namespace Jellyfin.Networking.Manager
}
else
{
_logger.LogDebug("Invalid or unknown network {Token}.", token);
_logger.LogDebug("Invalid or unknown object {Token}.", token);
}
}