diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Util.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs index 65b2a5c..1b3a4c3 100644 --- a/OpenSim/Framework/Util.cs +++ b/OpenSim/Framework/Util.cs | |||
@@ -1303,7 +1303,7 @@ namespace OpenSim.Framework | |||
1303 | } | 1303 | } |
1304 | catch (Exception e) | 1304 | catch (Exception e) |
1305 | { | 1305 | { |
1306 | m_log.WarnFormat("[UTILS]: Exception copying configuration file {0} to {1}: {2}", configFile, exampleConfigFile, e.Message); | 1306 | m_log.WarnFormat("[UTILS]: Exception copying configuration file {0} to {1}: {2}", exampleConfigFile, configFile, e.Message); |
1307 | return false; | 1307 | return false; |
1308 | } | 1308 | } |
1309 | } | 1309 | } |