Show the real message

git-svn-id: file:///home/svn/framework3/trunk@12834 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2011-06-03 00:08:58 +00:00
parent 4499aa543d
commit fdd00e024d
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ class Service
::Timeout.timeout(self.dispatcher_timeout) { self.handlers[group].send(mname, *msg) }
rescue ::Exception => e
elog("RPC Exception: #{e.class} #{e} #{e.backtrace} #{msg.inspect} #{req.inspect}")
elog("RPC Exception: #{e.class} #{e.to_s} #{e.backtrace} #{msg.inspect} #{req.inspect}")
process_exception(e)
end
end