New: Clarify path used in Kodi update logging

pull/5781/head
bakerboy448 1 year ago committed by GitHub
parent d2be869d9c
commit 9713c36960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -88,7 +88,7 @@ namespace NzbDrone.Core.Notifications.Xbmc
if (seriesPath != null)
{
_logger.Debug("Updating series {0} (Path: {1}) on Kodi host: {2}", series, seriesPath, settings.Address);
_logger.Debug("Updating series {0} (Kodi path: {1}) on Kodi host: {2}", series, seriesPath, settings.Address);
}
else
{

Loading…
Cancel
Save