diff options
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLManager.cs')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLManager.cs b/OpenSim/Data/MySQL/MySQLManager.cs index d522b78..c62cfa7 100644 --- a/OpenSim/Data/MySQL/MySQLManager.cs +++ b/OpenSim/Data/MySQL/MySQLManager.cs | |||
@@ -89,7 +89,7 @@ namespace OpenSim.Data.MySQL | |||
89 | } | 89 | } |
90 | catch(Exception e) | 90 | catch(Exception e) |
91 | { | 91 | { |
92 | throw new Exception( "Connection error while using connection string ["+connectionString+"]", e ); | 92 | throw new Exception("Connection error while using connection string ["+connectionString+"]", e); |
93 | } | 93 | } |
94 | 94 | ||
95 | m_log.Info("[MYSQL]: Connection established"); | 95 | m_log.Info("[MYSQL]: Connection established"); |