summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index cebf94bb69..8469d5cafa 100644
--- a/eval.c
+++ b/eval.c
@@ -9951,7 +9951,7 @@ thgroup_add(group, thread)
}
if (!th->thgroup) {
- rb_warn(rb_eThreadError, "terminated thread");
+ rb_warn("terminated thread");
return;
}
th->thgroup = group;