X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fopenocd.c;h=b636d06d388f7f9aab5cba16f620a7517f309090;hp=a8f12a8b93777c337853d584be414626ce36995e;hb=86030196097cbf4ee66a2f50e4a2794aec483792;hpb=da2bbc90fc8b1a44fe466e6f168882b65381df3e diff --git a/src/openocd.c b/src/openocd.c index a8f12a8b93..b636d06d38 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;