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:
Richard Frith-MacDonald 2008-11-27 15:49:52 +00:00
parent 3f1d51dcd0
commit 6a344a1499

View file

@ -824,6 +824,8 @@ ihandler(int sig)
NS_HANDLER
{
obs = nil;
NSLog(@"Problem posting notification to client: %@",
localException);
}
NS_ENDHANDLER
RELEASE(n);