Better error reporting

user_profiles
Diva Canto 2013-04-27 10:34:23 -07:00
parent f675d465b2
commit 90a6891a7d
1 changed files with 1 additions and 0 deletions

View File

@ -286,6 +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);
return null;
}