diff --git a/src/NzbDrone.Core/Notifications/Xbmc/XbmcService.cs b/src/NzbDrone.Core/Notifications/Xbmc/XbmcService.cs index 7756b35fc..7931c4bef 100644 --- a/src/NzbDrone.Core/Notifications/Xbmc/XbmcService.cs +++ b/src/NzbDrone.Core/Notifications/Xbmc/XbmcService.cs @@ -91,7 +91,7 @@ namespace NzbDrone.Core.Notifications.Xbmc if (artistPath != null) { - _logger.Debug("Updating artist {0} (Path: {1}) on XBMC host: {2}", artist, artistPath, settings.Address); + _logger.Debug("Updating artist {0} (Kodi Path: {1}) on XBMC host: {2}", artist, artistPath, settings.Address); } else {