mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Fix a typo in the DataSnapshot module
This commit is contained in:
@@ -59,7 +59,7 @@ namespace OpenSim.Region.DataSnapshot
|
||||
|
||||
if (Directory.Exists(m_directory))
|
||||
{
|
||||
m_log.Info("[DATASNAPSHOT]: Repsonse and fragment cache directory already exists.");
|
||||
m_log.Info("[DATASNAPSHOT]: Response and fragment cache directory already exists.");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user