diff options
Diffstat (limited to 'OpenSim/Application.cs')
-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 | } |