diff --git a/source/bizobjects/AyaLib/GZTW.AyaNova.BLL/NotifyEventUIHelper.cs b/source/bizobjects/AyaLib/GZTW.AyaNova.BLL/NotifyEventUIHelper.cs index b387c7f..c3d9f41 100644 --- a/source/bizobjects/AyaLib/GZTW.AyaNova.BLL/NotifyEventUIHelper.cs +++ b/source/bizobjects/AyaLib/GZTW.AyaNova.BLL/NotifyEventUIHelper.cs @@ -258,7 +258,9 @@ namespace GZTW.AyaNova.BLL //case 1382 case RootObjectTypes.Nothing: { - return "SMTP connection failure"; + //return "SMTP connection failure"; + //case 3808 + return "SMTP";//there are now many items logged as SMTP due to this case that aren't errors so just return smtp instead }