diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-16 18:36:11 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-16 18:36:11 -0400 |
| commit | 317a4872299b9c3fcc9b43eceff7c06cb696ab72 (patch) | |
| tree | 6b80ae7db51f928e4a0b9bc3fbc3bf9a73fc61fd /MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs | |
| parent | 6fbd75b899a3fe0097e6bc927f6363aea4b471ca (diff) | |
| parent | 8ef0596f0fa9fe0259bd1f706a92d4eab1bc4c93 (diff) | |
Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev
Diffstat (limited to 'MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs b/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs index d953012f1..6cb9161bc 100644 --- a/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs +++ b/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs @@ -216,7 +216,7 @@ namespace MediaBrowser.Common.Implementations.Security } catch (Exception e) { - _logger.ErrorException("Error registering appstore purchase {0}", e, parameters); + _logger.ErrorException("Error registering appstore purchase {0}", e, parameters ?? "NO PARMS SENT"); //TODO - really need to write this to a file so we can re-try it automatically throw new ApplicationException("Error registering store sale"); } |
