From: David Goulet Date: Thu, 22 Sep 2011 22:17:19 +0000 (-0400) Subject: Improve debugging and add PERROR call X-Git-Tag: v2.0-pre14~18 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=75dea6549bb911ed4e22bc9b382f02c4b67a97be;hp=75dea6549bb911ed4e22bc9b382f02c4b67a97be;p=lttng-tools.git Improve debugging and add PERROR call Add three level of verbosity with DBG, DBG2 and DBG3. Each perror() call from now on should use PERROR(). Migration to these new debug facilities will come later on and progressively. To increase debug level use -v, -vv and -vvv respectively. Signed-off-by: David Goulet ---