From: David Goulet Date: Tue, 20 Mar 2012 18:27:12 +0000 (-0400) Subject: Fix: lttng UI exit value and error message X-Git-Tag: v2.0.0-rc4~15 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=4222434939b65c3abf144866564732d7fd14ed13;hp=4222434939b65c3abf144866564732d7fd14ed13;p=lttng-tools.git Fix: lttng UI exit value and error message Change lttcomm error code starting value from 1000 to 10. This way, bash can return the exact error code since 255 is the maximum. Fix multiple warning, error and message output. Some return code could still be not "standardize" but for stable it's ok. Fixes can come later on. (close #105) Signed-off-by: David Goulet ---