Interfaces: Log username if update create failed
This commit is contained in:
@@ -83,7 +83,7 @@ Namespace SyncUsers
|
|||||||
|
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
_logger.Error(ex)
|
_logger.Error(ex)
|
||||||
_logger.Warn("Could Not create/update user. Skipping.")
|
_logger.Warn("Could Not create/update user [{0}]. Skipping.", oUser.samAccountName)
|
||||||
Continue For
|
Continue For
|
||||||
End Try
|
End Try
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user