diff --git a/PogoLocationFeeder.GUI/MainWindow.xaml b/PogoLocationFeeder.GUI/MainWindow.xaml index 3f5d794..6bdfe33 100644 --- a/PogoLocationFeeder.GUI/MainWindow.xaml +++ b/PogoLocationFeeder.GUI/MainWindow.xaml @@ -27,7 +27,7 @@ - + @@ -41,8 +41,8 @@ - - + + \ No newline at end of file diff --git a/PogoLocationFeeder/Helper/MessageCache.cs b/PogoLocationFeeder/Helper/MessageCache.cs index ec772e3..3b1be8f 100644 --- a/PogoLocationFeeder/Helper/MessageCache.cs +++ b/PogoLocationFeeder/Helper/MessageCache.cs @@ -20,6 +20,7 @@ private static bool IsSentAlready(SniperInfo sniperInfo) var coordinates = GetCoordinatesString(sniperInfo); if (MemoryCache.Default.Contains(coordinates)) { + Log.Debug($"Skipping duplicate {sniperInfo}"); return true; } var expirationDate = sniperInfo.ExpirationTimestamp != default(DateTime)