From: David Goulet Date: Wed, 28 Nov 2012 20:30:37 +0000 (-0500) Subject: Fix: enable-consumer for all domains missing dir X-Git-Tag: v2.1.0-rc9~4 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=81ffed9c49284d91e2fa05a88050e187d5b325ae;hp=81ffed9c49284d91e2fa05a88050e187d5b325ae;p=lttng-tools.git Fix: enable-consumer for all domains missing dir So the fix here is to enable consumer for all domains if no domain is given to the command line. This way, the session daemon can handle correctly the trace directory path for the right domain. Note that there is *no* switch for all domains (-a, --all) so omitting the domain (-u or -k) automatically creates a UST and kernel session, if none, and set the consumer for both of them. If one fails, the command is stopped. All in all, to be sure, use a domain with the command ;). Fixes #333 Signed-off-by: David Goulet ---