Show the real message
git-svn-id: file:///home/svn/framework3/trunk@12834 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
4499aa543d
commit
fdd00e024d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue