mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Thanks, sempuki, for a patch that moves control of Mono.Addins from source attributes to external XML files. Fix issues 1682 and 1786.
This commit is contained in:
@@ -197,7 +197,9 @@ namespace OpenSim.Framework
|
||||
|
||||
private void on_addinloaderror_(object sender, AddinErrorEventArgs args)
|
||||
{
|
||||
log.Error ("[PLUGINS]: Plugin Error: " + args.Message);
|
||||
log.Error ("[PLUGINS]: Plugin Error: " + args.Message
|
||||
+ ": " + args.Exception.Message
|
||||
+ "\n"+ args.Exception.StackTrace);
|
||||
}
|
||||
|
||||
private void clear_registry_ ()
|
||||
|
||||
Reference in New Issue
Block a user