Dumb mistake - forgot to assign the datastore variable

This commit is contained in:
Adam Frisby
2007-04-27 22:26:57 +00:00
parent 6ce5b6e439
commit fadb4a9dcc
3 changed files with 4 additions and 1 deletions

View File

@@ -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() + ")");
}
}
}