New releases file. Updated filtering logic for attributes to prevent duplicate events.

This commit is contained in:
Patrick Fic
2020-12-03 17:18:04 -08:00
parent 3324f4c3b4
commit 2fd953a526
7 changed files with 11 additions and 24 deletions

View File

@@ -25,7 +25,7 @@ namespace BodyshopPartner.Utils
try
{
Process.Start(psi).WaitForExit();
logger.Debug("Attempting to add HTTP Exclusion for web-server");
logger.Debug("Added web-server port exclusion.");
return true;
}
catch (Exception Ex)