Skip to content

Commit

Permalink
New: Clarify path used in Kodi update logging
Browse files Browse the repository at this point in the history
(cherry picked from commit 9713c36960faa594558e6877f99d56a95efdcc0d)

Closes #3851
  • Loading branch information
bakerboy448 authored and mynameisbogdan committed Jul 11, 2023
1 parent 7df40b1 commit f35c8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NzbDrone.Core/Notifications/Xbmc/XbmcService.cs
Expand Up @@ -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
{
Expand Down

0 comments on commit f35c8a6

Please sign in to comment.