Skip to content
Snippets Groups Projects
Commit fb2c7091 authored by oharboe's avatar oharboe
Browse files

lingering patch from Pavel Chromy.

git-svn-id: svn://svn.berlios.de/openocd/trunk@393 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent fad239c1
No related branches found
No related tags found
No related merge requests found
......@@ -90,11 +90,8 @@ int main(int argc, char *argv[])
return EXIT_FAILURE;
DEBUG("log init complete");
printf( OPENOCD_VERSION );
printf( "\n$URL$\n");
DEBUG( OPENOCD_VERSION );
DEBUG( "$URL$");
OUTPUT( OPENOCD_VERSION );
OUTPUT( "$URL$");
cfg_cmd_ctx = copy_command_context(cmd_ctx);
cfg_cmd_ctx->mode = COMMAND_CONFIG;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment