diff --git a/GUIs.GlobalIndexer/ControlCreator.vb b/GUIs.GlobalIndexer/ControlCreator.vb index 15f9a689..ed16d3ed 100644 --- a/GUIs.GlobalIndexer/ControlCreator.vb +++ b/GUIs.GlobalIndexer/ControlCreator.vb @@ -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