From 402b8f5de9b29449bb66de21d95c87edcf186b84 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 18 Mar 2009 03:48:03 +0000 Subject: * error.c (report_bug): rb_bug can be caused by extension libraries. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- error.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'error.c') diff --git a/error.c b/error.c index 95f98ca4dd..a5130471b0 100644 --- a/error.c +++ b/error.c @@ -216,7 +216,9 @@ report_bug(const char *file, int line, const char *fmt, va_list args) fprintf(out, "[NOTE]\n" - "You may have encountered a bug in the Ruby interpreter. Bug reports are welcome.\n" + "You may have encountered a bug in the Ruby interpreter" + " or extension libraries.\n" + "Bug reports are welcome.\n" "For details: http://www.ruby-lang.org/bugreport.html\n\n"); } } -- cgit v1.2.3