|
From: Ø. H. <oyv...@zy...> - 2008-09-21 10:20:50
|
Committed. Trying to get instructions on how to report bugs onto the radar of users. Any other ideas? Index: C:/workspace/openocd/src/openocd.c =================================================================== --- C:/workspace/openocd/src/openocd.c (revision 987) +++ C:/workspace/openocd/src/openocd.c (working copy) @@ -2,6 +2,9 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * + * Copyright (C) 2007,2008 Øyvind Harboe * + * oyv...@zy... * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * @@ -198,6 +201,8 @@ command_context_t *cmd_ctx; cmd_ctx = setup_command_handler(); + + LOG_OUTPUT( "BUGS? Read http://svn.berlios.de/svnroot/repos/openocd/trunk/BUGS\n"); /* DANGER!!! make sure that the line below does not appear in a patch, do not remove */ /* DANGER!!! make sure that the line below does not appear in a patch, do not remove */ -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 XScale Cortex JTAG debugger and flash programmer |