mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixed another incorrect exception logging in Orchard.Redis.
This commit is contained in:
@@ -63,7 +63,7 @@ namespace Orchard.Redis.MessageBus {
|
||||
|
||||
}
|
||||
catch (Exception e) {
|
||||
Logger.Error("An error occured while subscribing to " + channel, e);
|
||||
Logger.Error(e, "An error occured while subscribing to " + channel);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user