summaryrefslogtreecommitdiff
path: root/sample/drb/dlogd.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/drb/dlogd.rb')
-rw-r--r--sample/drb/dlogd.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/sample/drb/dlogd.rb b/sample/drb/dlogd.rb
index fef7ca0f1d..42f302e64e 100644
--- a/sample/drb/dlogd.rb
+++ b/sample/drb/dlogd.rb
@@ -21,8 +21,8 @@ class Logger
def flush
begin
while(1)
- @fp.puts(@queue.pop)
- @fp.flush
+ @fp.puts(@queue.pop)
+ @fp.flush
end
ensure
@fp.close