lib/rbbt/util/cmd.rb in rbbt-util-5.5.54 vs lib/rbbt/util/cmd.rb in rbbt-util-5.5.55
- old
+ new
@@ -55,10 +55,10 @@
Log.debug{"Forcing close by killing '#{@pid}'" if log}
begin
Process.kill("KILL", @pid)
Process.waitpid(@pid)
rescue
- Log.low "Exception in forcing close of command [#{ @pid }, #{cmd}]: #{$!.message}"
+ Log.low{"Exception in forcing close of command [#{ @pid }, #{cmd}]: #{$!.message}"}
end
end
@post.call if @post