Provide user feedback on execution of "backup" region console command

avinationmerge
Justin Clark-Casey (justincc) 2011-12-17 02:42:43 +00:00
parent 684482352c
commit 4d065f0453
1 changed files with 2 additions and 1 deletions

View File

@ -796,6 +796,7 @@ namespace OpenSim
break;
case "backup":
MainConsole.Instance.Output("Triggering save of pending object updates to persistent store");
m_sceneManager.BackupCurrentScene();
break;
@ -806,7 +807,7 @@ namespace OpenSim
if (m_sceneManager.TryGetScene(regRemoveName, out removeScene))
RemoveRegion(removeScene, false);
else
MainConsole.Instance.Output("no region with that name");
MainConsole.Instance.Output("No region with that name");
break;
case "delete-region":