X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fhelper%2Fcommand.c;h=968a8e4b7eeb0c2dcd785e3cf41b0659919619f4;hb=d52d7f69beb2b313d92c79e45b5d71a1729e43a4;hp=3cf531b7e6f6240b3b6b6a020b6f39c64c3d2cec;hpb=3642616171e9b14da61d5120733240b00f3698b2;p=openocd.git diff --git a/src/helper/command.c b/src/helper/command.c index 3cf531b7e6..968a8e4b7e 100644 --- a/src/helper/command.c +++ b/src/helper/command.c @@ -411,6 +411,8 @@ int command_run_line(command_context_t *context, char *line) char *words[128] = {0}; int retval; int i; + + LOG_USER_N("%s", ""); /* Keep GDB connection alive*/ if ((!context) || (!line)) return ERROR_INVALID_ARGUMENTS;