diff options
| author | Jean-Pierre Bachmann <info@jean-pierre-bachmann.dev> | 2023-02-05 21:38:50 +0200 |
|---|---|---|
| committer | Jean-Pierre Bachmann <info@jean-pierre-bachmann.dev> | 2023-02-05 21:38:50 +0200 |
| commit | 0ed4fd5759156dd12b0de749d5c452972f8d9fb8 (patch) | |
| tree | fd65cb6dd96f42e070e909dd8aa3c2402de6b270 /Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionPathsTask.cs | |
| parent | 2a4cc4d942828886eb0c10389e602d67155aeca4 (diff) | |
Changed LogTrace to LogDebug
Diffstat (limited to 'Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionPathsTask.cs')
| -rw-r--r-- | Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionPathsTask.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionPathsTask.cs b/Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionPathsTask.cs index 617fd687a..83e07478d 100644 --- a/Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionPathsTask.cs +++ b/Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionPathsTask.cs @@ -72,7 +72,7 @@ public class CleanupCollectionPathsTask : IScheduledTask } var collections = collectionsFolder.Children.OfType<BoxSet>().ToArray(); - _logger.LogTrace("Found {CollectionLength} Boxsets", collections.Length); + _logger.LogDebug("Found {CollectionLength} Boxsets", collections.Length); for (var index = 0; index < collections.Length; index++) { |
