reduce logging for empty ad groups

This commit is contained in:
Jonathan Jenne 2019-04-24 11:51:51 +02:00
parent b387ff5376
commit 0c7933fb8a

View File

@ -36,7 +36,7 @@ Public Class ADSyncJob
If oSyncedUsers Is Nothing Then
_Logger.Warn("Group {0} could not be synced!", oGroup)
Else
ElseIf oSyncedUsers.Count > 0 Then
_Logger.Info("Synced {0} users for group {1}", oSyncedUsers.Count, oGroup)
End If
Next