diff options
Diffstat (limited to 'OpenSim/Grid/AssetServer')
-rw-r--r-- | OpenSim/Grid/AssetServer/Main.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/AssetServer/Main.cs b/OpenSim/Grid/AssetServer/Main.cs index c71e53f..4609ee8 100644 --- a/OpenSim/Grid/AssetServer/Main.cs +++ b/OpenSim/Grid/AssetServer/Main.cs | |||
@@ -118,7 +118,7 @@ namespace OpenSim.Grid.AssetServer | |||
118 | { | 118 | { |
119 | try | 119 | try |
120 | { | 120 | { |
121 | m_assetProvider = DataPluginFactory.LoadAssetDataPlugin(config.DatabaseProvider, config.DatabaseConnect); | 121 | m_assetProvider = DataPluginFactory.LoadDataPlugin<IAssetDataPlugin>(config.DatabaseProvider, config.DatabaseConnect); |
122 | if (m_assetProvider == null) | 122 | if (m_assetProvider == null) |
123 | { | 123 | { |
124 | m_log.Error("[ASSET]: Failed to load a database plugin, server halting"); | 124 | m_log.Error("[ASSET]: Failed to load a database plugin, server halting"); |