From f35c8a6a26e3fe84ea23da033e85ad082a90027d Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Tue, 11 Jul 2023 00:05:03 -0500 Subject: [PATCH] New: Clarify path used in Kodi update logging (cherry picked from commit 9713c36960faa594558e6877f99d56a95efdcc0d) Closes #3851 --- src/NzbDrone.Core/Notifications/Xbmc/XbmcService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Notifications/Xbmc/XbmcService.cs b/src/NzbDrone.Core/Notifications/Xbmc/XbmcService.cs index 7756b35fc8..7931c4befc 100644 --- a/src/NzbDrone.Core/Notifications/Xbmc/XbmcService.cs +++ b/src/NzbDrone.Core/Notifications/Xbmc/XbmcService.cs @@ -91,7 +91,7 @@ private void UpdateLibrary(XbmcSettings settings, Artist artist) 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 {