summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2020-01-22 09:18:08 -0800
committerJeremy Evans <code@jeremyevans.net>2020-01-22 11:19:13 -0800
commite18b817b1f0a4c318f1f0fe54fceaa5cbc85e8ab (patch)
treef9f07e27da476af8794414176f4bf084c17e233a /hash.c
parent28d31ead34baff1c4abc0d7d902ef4bc1d576fb2 (diff)
Make taint warnings non-verbose instead of verbose
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2856
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index a1b57cee24..6823bae828 100644
--- a/hash.c
+++ b/hash.c
@@ -4968,7 +4968,7 @@ env_fetch(int argc, VALUE *argv, VALUE _)
int
rb_env_path_tainted(void)
{
- rb_warning("rb_env_path_tainted is deprecated and will be removed in Ruby 3.2.");
+ rb_warn("rb_env_path_tainted is deprecated and will be removed in Ruby 3.2.");
return 0;
}