MySmartUSB-MK3-Interface

MySmartUSB MK3 Interface
git clone git://xatko.vsos.ethz.ch/MySmartUSB-MK3-Interface.git
Log | Files | Refs

commit 2caeb4e80c863b7731b99245507be11d502fc337
parent cb0c7415bbcf48df5d4ebb3ef7c5977574f7aeee
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Sat, 15 Dec 2012 16:05:08 +0100

Default Loglevel changed

Diffstat:
src/option.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/option.c b/src/option.c @@ -13,7 +13,7 @@ #include <cmd_dispatch.h> #include <stdlib.h> #include <string.h> -struct conf configuration={.device="/dev/ttyUSB0", .log_level=LOG_LEVEL_DEBUG, .color=1}; +struct conf configuration={.device="/dev/ttyUSB0", .log_level=LOG_LEVEL_INFO, .color=1}; struct command_exec *optionAddCommand(struct conf *config, struct command_def *cmd_def, char **argv){ static unsigned int cmdlist_cnt;