From: compudj Date: Sat, 21 Aug 2004 18:25:24 +0000 (+0000) Subject: add a nice comment about core.xml X-Git-Tag: v0.12.20~2662 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=09a33c9a2bc6795df9349a7355167ecaa588343b;p=lttv.git add a nice comment about core.xml git-svn-id: http://ltt.polymtl.ca/svn@827 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/ltt/convert/convert.c b/ltt/branches/poly/ltt/convert/convert.c index c30fbd06..3f7bc141 100644 --- a/ltt/branches/poly/ltt/convert/convert.c +++ b/ltt/branches/poly/ltt/convert/convert.c @@ -753,6 +753,8 @@ int main(int argc, char ** argv){ close(fdProc); fclose(fp); + g_printf("Conversion completed. Don't forget to copy core.xml to eventdefs directory\n"); + return 0; }