diff options
author | Adam Frisby | 2007-04-27 22:26:57 +0000 |
---|---|---|
committer | Adam Frisby | 2007-04-27 22:26:57 +0000 |
commit | fadb4a9dccb56176b5a7a60ef345910654d6bb60 (patch) | |
tree | 9c022ddf2aecff7b56ea544a97a99cc778a8c724 /OpenSim | |
parent | Major ass commit (diff) | |
download | opensim-SC_OLD-fadb4a9dccb56176b5a7a60ef345910654d6bb60.zip opensim-SC_OLD-fadb4a9dccb56176b5a7a60ef345910654d6bb60.tar.gz opensim-SC_OLD-fadb4a9dccb56176b5a7a60ef345910654d6bb60.tar.bz2 opensim-SC_OLD-fadb4a9dccb56176b5a7a60ef345910654d6bb60.tar.xz |
Dumb mistake - forgot to assign the datastore variable
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Application.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Application.cs b/OpenSim/Application.cs index 7d8be59..568d6fe 100644 --- a/OpenSim/Application.cs +++ b/OpenSim/Application.cs | |||
@@ -70,7 +70,7 @@ namespace OpenSim | |||
70 | } | 70 | } |
71 | catch (Exception e) | 71 | catch (Exception e) |
72 | { | 72 | { |
73 | Console.WriteLine("-config: Please specify a config file."); | 73 | Console.WriteLine("-config: Please specify a config file. (" + e.ToString() + ")"); |
74 | } | 74 | } |
75 | } | 75 | } |
76 | } | 76 | } |