Skip to content
Snippets Groups Projects
Commit 431f4117 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Reduce log level for common message.

parent e6c910ec
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ namespace ATxService
return;
}
if (!recipient.Contains(@"@")) {
Log.Debug("Invalid recipient, trying to resolve via AD: {0}", recipient);
Log.Trace("Invalid recipient, trying to resolve via AD: {0}", recipient);
recipient = ActiveDirectory.GetEmailAddress(recipient);
}
if (string.IsNullOrWhiteSpace(recipient)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment