summaryrefslogtreecommitdiff
path: root/MLKRoot.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKRoot.m')
-rw-r--r--MLKRoot.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/MLKRoot.m b/MLKRoot.m
index 8b9f510..94cda90 100644
--- a/MLKRoot.m
+++ b/MLKRoot.m
@@ -657,8 +657,8 @@ toilet_send_by_name (id *_data, id *_multireturn, id object, NSString *methodNam
if (returnType == MLKT_INVALID)
{
[NSException raise:@"MLKInvalidReturnTypeError"
- format:@"Cannot handle an Objective-C return type of \"%s\" \
-as provided by method %@ of object %@",
+ format:@"Cannot handle an Objective-C return type of \"%@\" \
+as provided by method %@ of object %s",
methodName, object, [signature methodReturnType]];
return nil;
}