From 70cb33c214ced1235b8e6077e11177a3ba6b7977 Mon Sep 17 00:00:00 2001 From: Saku Ytti Date: Sat, 27 Apr 2013 12:16:55 +0300 Subject: Fix timeout on receiving command from input --- bin/oxidized | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/oxidized') diff --git a/bin/oxidized b/bin/oxidized index 564bb16..aee703f 100755 --- a/bin/oxidized +++ b/bin/oxidized @@ -8,7 +8,7 @@ rescue => e open Oxidized::Config::Crash, 'w' do |file| file.puts '-' * 50 file.puts Time.now.utc - file.puts e.message + file.puts e.message + ' [' + e.class.to_s + ']' file.puts '-' * 50 file.puts e.backtrace file.puts '-' * 50 -- cgit v1.2.1