mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Better error reporting
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user