mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
log exceptions in observer processes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27155 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3f1d51dcd0
commit
6a344a1499
1 changed files with 2 additions and 0 deletions
|
@ -824,6 +824,8 @@ ihandler(int sig)
|
|||
NS_HANDLER
|
||||
{
|
||||
obs = nil;
|
||||
NSLog(@"Problem posting notification to client: %@",
|
||||
localException);
|
||||
}
|
||||
NS_ENDHANDLER
|
||||
RELEASE(n);
|
||||
|
|
Loading…
Reference in a new issue