mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
Log error while in plugin appdomain for better stack traces.
This commit is contained in:
@@ -111,6 +111,9 @@ namespace FreeSWITCH {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
} catch (Exception ex) {
|
||||
Log.WriteLine(LogLevel.Error, "Error in plugin execute: " + ex.ToString());
|
||||
return false;
|
||||
} finally {
|
||||
DecreaseUse();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user