Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
onionhammer authored and sergeybykov committed Apr 28, 2016
1 parent b0da317 commit e8d8167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Orleans/Async/UnobservedExceptionsHandlerClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ private static void InternalUnobservedTaskExceptionHandler(object sender, Unobse
var errorStr = String.Format("UnobservedExceptionsHandlerClass Caught an UnobservedTaskException event sent by {0}. Exception = {1}",
OrleansTaskExtentions.ToString((Task)sender), TraceLogger.PrintException(aggrException));
logger.Error(ErrorCode.Runtime_Error_100005, errorStr);
logger.Error(ErrorCode.Runtime_Error_100006, "Exception remained UnObserved!!! The subsequent behaivour depends on the ThrowUnobservedTaskExceptions setting in app config and .NET version.");
logger.Error(ErrorCode.Runtime_Error_100006, "Exception remained UnObserved!!! The subsequent behavior depends on the ThrowUnobservedTaskExceptions setting in app config and .NET version.");
}
}
}
Expand Down

0 comments on commit e8d8167

Please sign in to comment.