Log out the GUID causing the issue

This commit is contained in:
tidusjar 2016-08-08 08:50:11 +01:00
parent 768519f28b
commit 25b8e2e78b

View file

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