mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev
This commit is contained in:
commit
317a487229
@ -216,7 +216,7 @@ namespace MediaBrowser.Common.Implementations.Security
|
|||||||
}
|
}
|
||||||
catch (Exception e)
|
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
|
//TODO - really need to write this to a file so we can re-try it automatically
|
||||||
throw new ApplicationException("Error registering store sale");
|
throw new ApplicationException("Error registering store sale");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user