diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-08-22 19:16:35 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2008-08-22 19:16:35 -0700 |
commit | 7e44593bb48bfa298bc140ec7a2d79f96dc3f765 (patch) | |
tree | a3b22cf1fca1a4a426a485e542204d03a98ab6c8 /src/DotNetOpenId/Strings.Designer.cs | |
parent | 461efb0f72aebb2e89e70b3771bc4364d8a3eb02 (diff) | |
download | DotNetOpenAuth-7e44593bb48bfa298bc140ec7a2d79f96dc3f765.zip DotNetOpenAuth-7e44593bb48bfa298bc140ec7a2d79f96dc3f765.tar.gz DotNetOpenAuth-7e44593bb48bfa298bc140ec7a2d79f96dc3f765.tar.bz2 |
Enhanced log messaging.
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 cc87aa9..0bd9784 100644 --- a/src/DotNetOpenId/Strings.Designer.cs +++ b/src/DotNetOpenId/Strings.Designer.cs @@ -542,7 +542,7 @@ namespace DotNetOpenId { }
/// <summary>
- /// Looks up a localized string similar to The {0} parameter does not match the actual URL the request was made with..
+ /// Looks up a localized string similar to The {0} parameter ({1}) does not match the actual URL ({2}) the request was made with..
/// </summary>
internal static string ReturnToParamDoesNotMatchRequestUrl {
get {
|