improve error message

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29074 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2009-11-27 10:55:42 +00:00
parent 20a22bee1b
commit 99b0669aff

View file

@ -176,8 +176,9 @@ static IMP gs_objc_msg_forward2 (id receiver, SEL sel)
#ifndef NDEBUG
fprintf(stderr, "WARNING: Using default signature for %s ... "
"you must be using an old/faulty version of the objective-c "
"runtime library.\n", sel_get_name(sel));
"either the method for that selector is not implemented by the "
"receiver, or you must be using an old/faulty version of the "
"Objective-C runtime library.\n", sel_get_name(sel));
#endif
/*