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 Frith-MacDonald 1998-11-13 08:51:21 +00:00
parent 2216f794e9
commit e8d980b389

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 ();
}
}