diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-04 18:04:56 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-04 18:04:56 -0400 |
| commit | 4ad96e4ff5756ddb235a061231469b30c1ff984d (patch) | |
| tree | 40447c6381f51661d22d6ef07a3bc33ee05b95e8 /MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs | |
| parent | 9124825c980f884ec2018f0e69639657d117b554 (diff) | |
update logging levels
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs b/MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs index b4da40702..f6b14fcab 100644 --- a/MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs +++ b/MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs @@ -220,7 +220,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer.Security { if (string.IsNullOrWhiteSpace(token)) { - throw new SecurityException("Access token is invalid or expired."); + throw new SecurityException("Access token is required."); } var info = GetTokenInfo(request); |
