diff options
-rw-r--r-- | src/DotNetOpenAuth.Core/Reporting.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Core/Reporting.cs b/src/DotNetOpenAuth.Core/Reporting.cs index d206587..80a3374 100644 --- a/src/DotNetOpenAuth.Core/Reporting.cs +++ b/src/DotNetOpenAuth.Core/Reporting.cs @@ -519,8 +519,8 @@ namespace DotNetOpenAuth { SendStats(); } catch (Exception ex) { // Something bad and unexpected happened. Just deactivate to avoid more trouble. - broken = true; try { + broken = true; Logger.Library.Error("Error while trying to submit statistical report.", ex); } catch (Exception) { // swallow exceptions to prevent a crash. |