summaryrefslogtreecommitdiff
path: root/src/openocd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/openocd.c')
-rw-r--r--src/openocd.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/openocd.c b/src/openocd.c
index a8f12a8b..99e56689 100644
--- a/src/openocd.c
+++ b/src/openocd.c
@@ -90,8 +90,11 @@ int main(int argc, char *argv[])
return EXIT_FAILURE;
DEBUG("log init complete");
- INFO( OPENOCD_VERSION );
- INFO( "$URL$");
+ printf( OPENOCD_VERSION );
+ printf( "\n$URL$\n");
+
+ DEBUG( OPENOCD_VERSION );
+ DEBUG( "$URL$");
cfg_cmd_ctx = copy_command_context(cmd_ctx);
cfg_cmd_ctx->mode = COMMAND_CONFIG;