Interfaces: Log username if update create failed
This commit is contained in:
parent
124cc97e3b
commit
2b8a02ed6e
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user