GlobalIndexer: Dont log empty lookup controls as warning
This commit is contained in:
parent
5c9132c090
commit
05bf0b2bc0
@ -219,7 +219,7 @@ Public Class ControlCreator
|
||||
oControl.Properties.DisplayMember = oDataSource.Columns.Item(0).ColumnName
|
||||
oControl.Properties.ValueMember = oDataSource.Columns.Item(0).ColumnName
|
||||
Else
|
||||
Logger.Warn("Lookup {0} Datasource did not contain any columns!", oControl.Name)
|
||||
Logger.Info("Lookup {0} Datasource did not contain any columns!", oControl.Name)
|
||||
End If
|
||||
End If
|
||||
Catch ex As Exception
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user