diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-09-21 08:24:23 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-09-21 08:24:23 +0000 |
commit | 1b84df5be5241a64fb42882bee7d3679f5561a21 (patch) | |
tree | 53ebc0a75708459caabace05ea98b2d5fe7e160c | |
parent | 68c598e88d5e09728ea845a81ab279c615bbaf0f (diff) | |
download | openocd+libswd-1b84df5be5241a64fb42882bee7d3679f5561a21.tar.gz openocd+libswd-1b84df5be5241a64fb42882bee7d3679f5561a21.tar.bz2 openocd+libswd-1b84df5be5241a64fb42882bee7d3679f5561a21.tar.xz openocd+libswd-1b84df5be5241a64fb42882bee7d3679f5561a21.zip |
put instructions on how to report bugs onto the users radar
git-svn-id: svn://svn.berlios.de/openocd/trunk@988 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-rw-r--r-- | src/openocd.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/openocd.c b/src/openocd.c index 9abe3b35..d0bd9de1 100644 --- a/src/openocd.c +++ b/src/openocd.c @@ -2,6 +2,9 @@ * Copyright (C) 2005 by Dominic Rath * * Dominic.Rath@gmx.de * * * + * Copyright (C) 2007,2008 Øyvind Harboe * + * oyvind.harboe@zylin.com * + * * * 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 @@ int openocd_main(int argc, char *argv[]) command_context_t *cmd_ctx; cmd_ctx = setup_command_handler(); + + LOG_OUTPUT( "\n\nBUGS? Read http://svn.berlios.de/svnroot/repos/openocd/trunk/BUGS\n\n\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 */ |