Skip to content

Commit

Permalink
new name for daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Applencourt committed Jul 23, 2024
1 parent 4021e02 commit 0bc37e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xprof/xprof.rb.in
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ def on_node_processing_babeltrace(backends)
LOGGER.debug(cmd)
pid_bt = spawn(cmd)

cmd = "laurence.py --log-level=CRITICAL #{lttng_session_uuid} #{LTTNG_DIRWATCH_SIZE}"
cmd = "dirwatch.py --log-level=CRITICAL #{lttng_session_uuid} #{LTTNG_DIRWATCH_SIZE}"
LOGGER.debug(cmd)
pid_laurence = spawn(cmd)

Expand Down

0 comments on commit 0bc37e0

Please sign in to comment.