Make bug reporting output at program start-ups use fewer new lines:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 30 Jun 2009 05:33:41 +0000 (05:33 +0000)
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 30 Jun 2009 05:33:41 +0000 (05:33 +0000)
- Move repository URL output associate it with the version; they relate.
- 'openocd --version' output now appears much more terse, as expected.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2421 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/openocd.c

index 8fa40f06a5202aeecb4b12115c4a676ede24f1b1..01c77083a6976917e9fa8583d385d16b8211027f 100644 (file)
@@ -253,10 +253,11 @@ int openocd_main(int argc, char *argv[])
        }
 #endif
 
-       LOG_OUTPUT("\n\nBUGS? Read http://svn.berlios.de/svnroot/repos/openocd/trunk/BUGS\n\n\n");
-
        print_version();
 
+       LOG_OUTPUT("For bug reports, read http://svn.berlios.de/svnroot/repos/openocd/trunk/BUGS\n");
+
+
        command_context_mode(cmd_ctx, COMMAND_CONFIG);
        command_set_output_handler(cmd_ctx, configuration_output_handler, NULL);