JobRunner: add option to disable Firebird sync

This commit is contained in:
Jonathan Jenne
2019-04-30 16:54:04 +02:00
parent 50d205717f
commit 7d1c2ced5a
4 changed files with 24 additions and 6 deletions

View File

@@ -254,7 +254,7 @@ Public Class ActiveDirectoryInterface
Try
Return Result.Properties.Item(PropertyName).Item(0)
Catch ex As Exception
_logger.Warn("Property {0} not found", PropertyName)
_logger.Debug("Property {0} not found", PropertyName)
Return String.Empty
End Try
End Function