* aproxy.rb (AProxy::start): Fixed a typo (@out -> $stdout).
authorueno <ueno>
Wed, 30 Aug 2006 07:41:21 +0000 (07:41 +0000)
committerueno <ueno>
Wed, 30 Aug 2006 07:41:21 +0000 (07:41 +0000)
lisp/aproxy.rb

index 3540c81..90c80ba 100644 (file)
@@ -38,7 +38,7 @@ class AProxy
     trap('STOP', 'IGNORE')
     trap('TSTP', 'IGNORE')
     socket = TCPSocket.new(@host, @port)
-    @out.write("NOTICE CONNECTED #{$$}\r\n")
+    $stdout.write("NOTICE CONNECTED #{$$}\r\n")
     wfds_in = []
     buf = ''
     loop do