X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhelper%2Foptions.c;h=35c74fa1c0e9ab0b6b73c5bb4b491916cebbb603;hp=75d4f2e9b217bcd5959ae44dcdb2eaa2ab5ee88e;hb=526fe3d83e118d87af34353a7140c02f3f1a3c19;hpb=3287b8661dcd300c6c662f173528cca423e19ce4 diff --git a/src/helper/options.c b/src/helper/options.c index 75d4f2e9b2..35c74fa1c0 100644 --- a/src/helper/options.c +++ b/src/helper/options.c @@ -2,6 +2,9 @@ * Copyright (C) 2004, 2005 by Dominic Rath * * Dominic.Rath@gmx.de * * * + * Copyright (C) 2007,2008 Øyvind Harboe * + * oyvind.harboe@zylin.com * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * @@ -47,7 +50,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; }