summaryrefslogtreecommitdiff
path: root/lib/reline.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/reline.rb')
-rw-r--r--lib/reline.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/reline.rb b/lib/reline.rb
index 191d8bb158..c27e4a380d 100644
--- a/lib/reline.rb
+++ b/lib/reline.rb
@@ -322,6 +322,7 @@ module Reline
if ENV['RELINE_STDERR_TTY']
$stderr.reopen(ENV['RELINE_STDERR_TTY'], 'w')
$stderr.sync = true
+ $stderr.puts "Reline is used by #{Process.pid}"
end
otio = Reline::IOGate.prep