diff options
Diffstat (limited to 'src/openocd.c')
-rw-r--r-- | src/openocd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openocd.c b/src/openocd.c index 264823a4..2362e60f 100644 --- a/src/openocd.c +++ b/src/openocd.c @@ -91,7 +91,7 @@ int main(int argc, char *argv[]) DEBUG("log init complete"); INFO( OPENOCD_VERSION ); - INFO( "$URL: $"); + INFO( "$URL$"); cfg_cmd_ctx = copy_command_context(cmd_ctx); cfg_cmd_ctx->mode = COMMAND_CONFIG; |