diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-13 21:59:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-13 21:59:37 +0100 |
| commit | 9d0a08571e18328e6d24e4611bab386aa5a25d29 (patch) | |
| tree | bc9ffac0ffd5c4e3092af1026bee58dc66f21775 /Emby.Server.Implementations/IO/FileRefresher.cs | |
| parent | 23f5c1d90b8d1e8baac7c20fd01a391cacd5c60a (diff) | |
| parent | f8dd182e422db49d98cc090f4e205cc46517f610 (diff) | |
Merge branch 'dev' into reformat
Diffstat (limited to 'Emby.Server.Implementations/IO/FileRefresher.cs')
| -rw-r--r-- | Emby.Server.Implementations/IO/FileRefresher.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/IO/FileRefresher.cs b/Emby.Server.Implementations/IO/FileRefresher.cs index dcf26fdaf..6bee178ea 100644 --- a/Emby.Server.Implementations/IO/FileRefresher.cs +++ b/Emby.Server.Implementations/IO/FileRefresher.cs @@ -156,7 +156,7 @@ namespace Emby.Server.Implementations.IO continue; } - Logger.LogInformation("{name} ({path}}) will be refreshed.", item.Name, item.Path); + Logger.LogInformation("{name} ({path}) will be refreshed.", item.Name, item.Path); try { |
