From 25b8e2e78bf196a63e33bc46c74c2a83df064fc7 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Mon, 8 Aug 2016 08:50:11 +0100 Subject: [PATCH] Log out the GUID causing the issue --- PlexRequests.Helpers/PlexHelper.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PlexRequests.Helpers/PlexHelper.cs b/PlexRequests.Helpers/PlexHelper.cs index 941417dc4..0017d9fbf 100644 --- a/PlexRequests.Helpers/PlexHelper.cs +++ b/PlexRequests.Helpers/PlexHelper.cs @@ -68,6 +68,7 @@ namespace PlexRequests.Helpers catch (Exception e) { Log.Error(e); + Log.Error(guid); return ep; } }