Zooflow: WIP
This commit is contained in:
@@ -26,7 +26,7 @@ Public Class GlobalState
|
||||
|
||||
ObjectStores.Clear()
|
||||
|
||||
_Logger.Debug("Found {0} Object Stores", oDatatable.Rows)
|
||||
_Logger.Info("Found [{0}] Object Stores", oDatatable.Rows.Count)
|
||||
|
||||
For Each oRow As DataRow In oDatatable.Rows
|
||||
Dim oStore As New ObjectStore() With {
|
||||
@@ -35,7 +35,7 @@ Public Class GlobalState
|
||||
.Path = oRow.Item("IDB_PRAEFIX"),
|
||||
.Title = oRow.Item("OS_TITLE")
|
||||
}
|
||||
_Logger.Debug("New Object Store [{0}]", oStore.Title)
|
||||
_Logger.Info("New Object Store [{0}]", oStore.Title)
|
||||
ObjectStores.Add(oStore)
|
||||
Next
|
||||
Catch ex As Exception
|
||||
|
||||
Reference in New Issue
Block a user