mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Fixed Environment Variable conflict in IISProvider
This commit is contained in:
parent
fbf7d20c5d
commit
bc5307a4d3
8 changed files with 91 additions and 14 deletions
|
@ -117,7 +117,7 @@ namespace NzbDrone.Providers
|
|||
}.Submit();
|
||||
}
|
||||
|
||||
Logger.FatalException("EPIC FAIL: {0}", excepion);
|
||||
Logger.FatalException("EPIC FAIL: " + excepion.Message, excepion);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue