DownloadString exceptions are no longer reported.

pull/6/head
Keivan Beigi 12 years ago
parent 057e248f8f
commit 7e5445fa3a

@ -43,7 +43,7 @@ namespace NzbDrone.Common
} }
catch (Exception ex) catch (Exception ex)
{ {
logger.TraceException(ex.Message, ex); logger.Trace(ex.Message, ex.ToString());
throw; throw;
} }
} }

Loading…
Cancel
Save