mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Fixed issue [OpenSim #110]
This commit is contained in:
@@ -81,7 +81,7 @@ namespace OpenGridServices.AssetServer
|
||||
|
||||
private OpenAsset_Main()
|
||||
{
|
||||
m_console = new ConsoleBase("opengrid-AssetServer-console.log", "OpenGrid", this, false);
|
||||
m_console = new ConsoleBase("opengrid-AssetServer-console.log", "OpenAsset", this, false);
|
||||
MainConsole.Instance = m_console;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user