Commit 04ef816e authored by Savorboard's avatar Savorboard

modify error message prompt

parent 141ece82
...@@ -98,7 +98,7 @@ namespace DotNetCore.CAP ...@@ -98,7 +98,7 @@ namespace DotNetCore.CAP
} }
catch (Exception e) catch (Exception e)
{ {
_logger.LogError(e, "Raised an exception when storage received message。 Message:{0}", message); _logger.LogError(e, "An exception occurred when storage received message. Message:'{0}'.", message);
client.Reject(); client.Reject();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment