Comment out accidentally left in log line that was printing out the control file on OAR save
parent
38ce9d45a5
commit
f4cd4c8e28
|
@ -428,9 +428,9 @@ namespace OpenSim.Region.CoreModules.World.Archiver
|
||||||
s = sw.ToString();
|
s = sw.ToString();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m_scene != null)
|
// if (m_scene != null)
|
||||||
Console.WriteLine(
|
// Console.WriteLine(
|
||||||
"[ARCHIVE WRITE REQUEST PREPARATION]: Control file for {0} is: {1}", m_scene.RegionInfo.RegionName, s);
|
// "[ARCHIVE WRITE REQUEST PREPARATION]: Control file for {0} is: {1}", m_scene.RegionInfo.RegionName, s);
|
||||||
|
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue