summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ffi_yajl/ffi.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ffi_yajl/ffi.rb b/lib/ffi_yajl/ffi.rb
index e291ba5..32335ac 100644
--- a/lib/ffi_yajl/ffi.rb
+++ b/lib/ffi_yajl/ffi.rb
@@ -4,8 +4,8 @@ require 'libyajl2'
begin
require 'ffi'
rescue LoadError
- puts "FATAL: to use the ffi extension instead of the compiled C extension, the ffi gem must be installed"
- puts " (it is optional, so you must include it in your bundle manually)"
+ $stderr.puts "FATAL: to use the ffi extension instead of the compiled C extension, the ffi gem must be installed"
+ $stderr.puts " (it is optional, so you must include it in your bundle manually)"
exit 1
end