X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhelper%2Foptions.c;h=4922aa8772349dd47be6d2efe537ec5499691407;hp=75d4f2e9b217bcd5959ae44dcdb2eaa2ab5ee88e;hb=6e5416106e8e6305c48f09f810d4535fe7acec3e;hpb=81bf9c6255ff26be894148a704692daaf8c667e7 diff --git a/src/helper/options.c b/src/helper/options.c index 75d4f2e9b2..4922aa8772 100644 --- a/src/helper/options.c +++ b/src/helper/options.c @@ -47,7 +47,7 @@ static struct option long_options[] = int configuration_output_handler(struct command_context_s *context, const char* line) { - LOG_INFO_N(line); + LOG_USER_N(line); return ERROR_OK; }