summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/openocd.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/openocd.c b/src/openocd.c
index d362c649..c68bdfa3 100644
--- a/src/openocd.c
+++ b/src/openocd.c
@@ -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;