Fixed error message.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3215 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1998-11-13 08:51:21 +00:00
parent d273ac2642
commit 348195a24d

View file

@ -1188,7 +1188,7 @@ static int debug_run_loop = 0;
/* Some exceptional condition happened. */
/* xxx We can do something with exception_fds, instead of
aborting here. */
perror ("[NSRunLoop receivePacketWithTimeout:] select()");
perror ("[NSRunLoop acceptInputForMode:beforeDate:] select()");
abort ();
}
}