mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-08 21:21:47 +02:00
Fix typo in log message
This commit is contained in:
parent
bd46a88fe4
commit
ce4a875398
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ private void RetroApplyTags(ImportListDefinition importList, ImportListItemInfo
|
|||
if (preCount != series.Tags.Count)
|
||||
{
|
||||
_seriesService.UpdateSeries(series);
|
||||
_logger.Debug("{0} [{1}] Retro-Actively added tags to series", report.TmdbId, report.Title);
|
||||
_logger.Debug("{0} [{1}] Retroactively added tags to series", report.TmdbId, report.Title);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue