From 2477dba2c6066e164744a3de7ff0b0d33666fe34 Mon Sep 17 00:00:00 2001 From: Thomas Applencourt Date: Thu, 24 Oct 2024 18:56:06 +0000 Subject: [PATCH] update --- xprof/xprof.rb.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xprof/xprof.rb.in b/xprof/xprof.rb.in index f1c0310d..bc6873d7 100755 --- a/xprof/xprof.rb.in +++ b/xprof/xprof.rb.in @@ -749,8 +749,7 @@ def trace_and_on_node_processing(usr_argv) LOGGER.debug("Waiting for babeltrace_thapi and dirwatch (#{pids}) to finish") pids.each do |pid| Process.wait(pid) - XprofExitCode.update($?.exitstatus) - Logger.warn("#{pid} failed") unless $?.success? + XprofExitCode.update($?.exitstatus, "babeltrace_thapi or dirwatch #{pid}") end end # we can kill the session daemon