diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-09-07 21:35:21 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2008-09-07 21:40:43 -0700 |
commit | 7e0863f2958c4fabd5a1aee4675ec72c0135e8a8 (patch) | |
tree | 9db99014e700de9a4e8737f72777db1d3f025a9c /src/DotNetOpenId/Strings.Designer.cs | |
parent | cb2449875980e403bba73ed0a4b07a321be621be (diff) | |
download | DotNetOpenAuth-7e0863f2958c4fabd5a1aee4675ec72c0135e8a8.zip DotNetOpenAuth-7e0863f2958c4fabd5a1aee4675ec72c0135e8a8.tar.gz DotNetOpenAuth-7e0863f2958c4fabd5a1aee4675ec72c0135e8a8.tar.bz2 |
Added a more descriptive and helpful message to nonce expiration log messages.
Diffstat (limited to 'src/DotNetOpenId/Strings.Designer.cs')
-rw-r--r-- | src/DotNetOpenId/Strings.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenId/Strings.Designer.cs b/src/DotNetOpenId/Strings.Designer.cs index 20f37eb..71321c6 100644 --- a/src/DotNetOpenId/Strings.Designer.cs +++ b/src/DotNetOpenId/Strings.Designer.cs @@ -124,7 +124,7 @@ namespace DotNetOpenId { }
/// <summary>
- /// Looks up a localized string similar to The nonce has expired..
+ /// Looks up a localized string similar to The nonce has expired. It was good until {0} (UTC), and it is now {1} (UTC). If this looks wrong, check the server's clock, timezone and daylight savings settings..
/// </summary>
internal static string ExpiredNonce {
get {
|