[lttng-dev] [lttng-tools][Patch] Fix format + PACKAGE_URL for dynamic printing
Jonathan Rajotte
jonathan.r.julien at gmail.com
Tue Feb 25 13:04:17 EST 2014
---
src/bin/lttng/commands/version.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/bin/lttng/commands/version.c b/src/bin/lttng/commands/version.c
index bd88659..2b41b05 100644
--- a/src/bin/lttng/commands/version.c
+++ b/src/bin/lttng/commands/version.c
@@ -87,10 +87,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: http://lttng.org");
- MSG("\nlttng is free software and under the GPL license and part LGPL");
+ MSG("Web site: " PACKAGE_URL "\n");
+ MSG("LTTng is free software and under the GPL license and part LGPL");
end:
poptFreeContext(pc);
--
1.7.9.5
--
Jonathan Rajotte Julien
Chargé de laboratoire INF1995
Membre MD6
Polytechnique Montréal
More information about the lttng-dev
mailing list