diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-09-22 16:35:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-22 16:35:54 -0400 |
| commit | a31006577432efd25de2fe0e32a3900af7b0907a (patch) | |
| tree | 60cde7a83b451889dcfb7dc88f02df6ffd6e90f1 /Emby.Server.Implementations/Notifications/SqliteNotificationsRepository.cs | |
| parent | 8586c9f6a7dc8562da1f6bca2b3ce53398dd03b5 (diff) | |
| parent | c25db09e37ccdf158e607792cf678b1ed22b13a7 (diff) | |
Merge pull request #2906 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Implementations/Notifications/SqliteNotificationsRepository.cs')
| -rw-r--r-- | Emby.Server.Implementations/Notifications/SqliteNotificationsRepository.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Notifications/SqliteNotificationsRepository.cs b/Emby.Server.Implementations/Notifications/SqliteNotificationsRepository.cs index ff152c9e9..f3a8a18ee 100644 --- a/Emby.Server.Implementations/Notifications/SqliteNotificationsRepository.cs +++ b/Emby.Server.Implementations/Notifications/SqliteNotificationsRepository.cs @@ -38,7 +38,7 @@ namespace Emby.Server.Implementations.Notifications } catch (Exception ex) { - Logger.ErrorException("Error loading notifications database file. Will reset and retry.", ex); + Logger.ErrorException("Error loading database file. Will reset and retry.", ex); FileSystem.DeleteFile(DbFilePath); |
