diff options
Diffstat (limited to 'OpenSim/Region/Modules')
-rw-r--r-- | OpenSim/Region/Modules/SvnSerialiser/SvnBackupModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Modules/SvnSerialiser/SvnBackupModule.cs b/OpenSim/Region/Modules/SvnSerialiser/SvnBackupModule.cs index 6cca36d..94d2ec0 100644 --- a/OpenSim/Region/Modules/SvnSerialiser/SvnBackupModule.cs +++ b/OpenSim/Region/Modules/SvnSerialiser/SvnBackupModule.cs | |||
@@ -62,7 +62,7 @@ namespace OpenSim.Region.Modules.SvnSerialiser | |||
62 | } | 62 | } |
63 | 63 | ||
64 | m_svnClient.Commit3(svnfilenames, true, false); | 64 | m_svnClient.Commit3(svnfilenames, true, false); |
65 | m_log.Info("[SVNBACKUP]: Server backup successful ( " + String.Concat(regions.ToArray()) + ")."); | 65 | m_log.Info("[SVNBACKUP]: Server backup successful (" + String.Concat(regions.ToArray()) + ")."); |
66 | } | 66 | } |
67 | 67 | ||
68 | private List<string> CreateAndAddExport(Scene scene) | 68 | private List<string> CreateAndAddExport(Scene scene) |