Was logging each message to linux syslog unnecessarily
This commit is contained in:
@@ -655,7 +655,7 @@ namespace rockfishCore.Util
|
|||||||
from = sFrom,
|
from = sFrom,
|
||||||
flags = summ[0].Flags.ToString().ToLowerInvariant()
|
flags = summ[0].Flags.ToString().ToLowerInvariant()
|
||||||
});
|
});
|
||||||
Console.WriteLine("Subject: {0}", message.Subject);
|
//Console.WriteLine("Subject: {0}", message.Subject);
|
||||||
}
|
}
|
||||||
|
|
||||||
//This was failing with an exception
|
//This was failing with an exception
|
||||||
|
|||||||
Reference in New Issue
Block a user