Make bug reporting output at program start-ups use fewer new lines:
- Move repository URL output associate it with the version; they relate.
- 'openocd --version' output now appears much more terse, as expected.
---
 openocd.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
Make bug reporting output at program start-ups use fewer new lines:
- Move repository URL output associate it with the version; they relate.
- 'openocd --version' output now appears much more terse, as expected.
---
 openocd.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
======
only in patch2:
unchanged:
--- src/openocd.c	(revision 2413)
+++ src/openocd.c	(working copy)
@@ -253,10 +253,11 @@
 	}
 #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);
 
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to