mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Dumb mistake - forgot to assign the datastore variable
This commit is contained in:
@@ -70,7 +70,7 @@ namespace OpenSim
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Console.WriteLine("-config: Please specify a config file.");
|
||||
Console.WriteLine("-config: Please specify a config file. (" + e.ToString() + ")");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user