diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tools/pCampBot/BotManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tools/pCampBot/BotManager.cs b/OpenSim/Tools/pCampBot/BotManager.cs index 2cd947e..93240d5 100644 --- a/OpenSim/Tools/pCampBot/BotManager.cs +++ b/OpenSim/Tools/pCampBot/BotManager.cs | |||
@@ -213,7 +213,7 @@ namespace pCampBot | |||
213 | 213 | ||
214 | private void HandleShutdown(string module, string[] cmd) | 214 | private void HandleShutdown(string module, string[] cmd) |
215 | { | 215 | { |
216 | m_console.Warn("BOTMANAGER", "Shutting down bots"); | 216 | m_log.Warn("[BOTMANAGER]: Shutting down bots"); |
217 | doBotShutdown(); | 217 | doBotShutdown(); |
218 | } | 218 | } |
219 | 219 | ||