summaryrefslogtreecommitdiff
path: root/ext/dl/dl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dl/dl.c')
-rw-r--r--ext/dl/dl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dl/dl.c b/ext/dl/dl.c
index 676a072812..1469ff82a7 100644
--- a/ext/dl/dl.c
+++ b/ext/dl/dl.c
@@ -92,7 +92,7 @@ rb_dl_scan_callback_args(long stack[], const char *proto,
}
break;
default:
- rb_raise(rb_eDLTypeError, "unsupported type `%c'", proto[i]);
+ rb_raise(rb_eDLTypeError, "scan_callback_args: unsupported type `%c'", proto[i]);
break;
}
argv[i-1] = val;