Log out the GUID causing the issue

pull/470/head
tidusjar 8 years ago
parent 768519f28b
commit 25b8e2e78b

@ -68,6 +68,7 @@ namespace PlexRequests.Helpers
catch (Exception e)
{
Log.Error(e);
Log.Error(guid);
return ep;
}
}

Loading…
Cancel
Save