mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 22:07:07 -04:00
New: Clarify path used in Kodi update logging
This commit is contained in:
parent
d2be869d9c
commit
9713c36960
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue