mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
The great logger.Error cleanup!
This commit is contained in:
parent
e45d4f60a4
commit
73840dcacc
73 changed files with 201 additions and 208 deletions
|
@ -148,7 +148,7 @@ namespace NzbDrone.Core.Update
|
|||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
_logger.Error(e, string.Format("Couldn't change the branch from [{0}] to [{1}].", currentBranch, package.Branch));
|
||||
_logger.Error(e, "Couldn't change the branch from [{0}] to [{1}].", currentBranch, package.Branch);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue