mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
Log error while in plugin appdomain for better stack traces.
This commit is contained in:
parent
00de8e62ec
commit
c459818bf9
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user