summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Core/Reporting.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenAuth.Core/Reporting.cs')
-rw-r--r--src/DotNetOpenAuth.Core/Reporting.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Core/Reporting.cs b/src/DotNetOpenAuth.Core/Reporting.cs
index 4d21c38..fd52865 100644
--- a/src/DotNetOpenAuth.Core/Reporting.cs
+++ b/src/DotNetOpenAuth.Core/Reporting.cs
@@ -477,7 +477,7 @@ namespace DotNetOpenAuth {
} catch (ProtocolException ex) {
Logger.Library.ErrorException("Unable to submit statistical report due to an HTTP error.", ex);
} catch (FileNotFoundException ex) {
- Logger.Library.ErrorException("Unable to submit statistical report because the report file is missing.", ex);
+ Logger.Library.ErrorException("Unable to submit statistical report because the report file is missing.", ex);
}
return false;