From: David Goulet Date: Thu, 27 Feb 2014 14:56:51 +0000 (-0500) Subject: Revert "Fix: format + PACKAGE_URL for dynamic printing" X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=d5056ef206fdb89bbab64202d6b5c4b1811ae9e6 Revert "Fix: format + PACKAGE_URL for dynamic printing" This changes the lttng version output considered as a stable ABI in RC cycle. This will apply to 2.5. This reverts commit 9afbd878f072d5e0577811acf1d3340f65cf2e26. --- diff --git a/src/bin/lttng/commands/version.c b/src/bin/lttng/commands/version.c index 0b90fa172..7f69de3dd 100644 --- a/src/bin/lttng/commands/version.c +++ b/src/bin/lttng/commands/version.c @@ -78,10 +78,10 @@ int cmd_version(int argc, const char **argv) } } - MSG("LTTng version " VERSION " - " VERSION_NAME); + MSG("lttng version " VERSION " - " VERSION_NAME); MSG("\n" VERSION_DESCRIPTION "\n"); - MSG("Web site: " PACKAGE_URL "\n"); - MSG("LTTng is free software and under the GPL license and part LGPL"); + MSG("Web site: http://lttng.org"); + MSG("\nlttng is free software and under the GPL license and part LGPL"); end: poptFreeContext(pc);