Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Applencourt committed Oct 24, 2024
1 parent 64049c0 commit 2477dba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xprof/xprof.rb.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2477dba

Please sign in to comment.