Fixed mantis #6609 -- LoadPlugin error messages on Robust.

This commit is contained in:
Diva Canto
2013-05-13 13:07:39 -07:00
parent af1fa95875
commit 4194d935ec
5 changed files with 26 additions and 7 deletions

View File

@@ -286,7 +286,7 @@ namespace OpenSim.Server.Base
e.InnerException == null ? e.Message : e.InnerException.Message,
e.StackTrace);
}
m_log.ErrorFormat("[SERVER UTILS]: Error loading plugin {0}: {1}", dllName, e.Message);
m_log.ErrorFormat("[SERVER UTILS]: Error loading plugin {0}: {1} args.Length {2}", dllName, e.Message, args.Length);
return null;
}