mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
The great logger.Error cleanup!
This commit is contained in:
@@ -51,7 +51,7 @@ namespace NzbDrone.Core.Notifications.Telegram
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
_logger.Error(ex, "Unable to send test message: " + ex.Message);
|
||||
_logger.Error(ex, "Unable to send test message");
|
||||
|
||||
var restException = ex as RestException;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user