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 58939f6..d206587 100644
--- a/src/DotNetOpenAuth.Core/Reporting.cs
+++ b/src/DotNetOpenAuth.Core/Reporting.cs
@@ -523,7 +523,7 @@ namespace DotNetOpenAuth {
try {
Logger.Library.Error("Error while trying to submit statistical report.", ex);
} catch (Exception) {
- //swallow exceptions to prevent a crash
+ // swallow exceptions to prevent a crash.
}
}
});