From 56d4ce1db07f32a5804db764f72c3b880ab5f961 Mon Sep 17 00:00:00 2001 From: Jordan Augé Date: Fri, 15 Nov 2019 15:32:40 +0100 Subject: [HICN-386] Improve API error management in libhicnctrl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3f5e3840303265ccc3d4b864d026b63a2ccb7fdf Signed-off-by: Jordan Augé --- lib/includes/hicn/util/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/includes/hicn/util/log.h') diff --git a/lib/includes/hicn/util/log.h b/lib/includes/hicn/util/log.h index f1cafba47..26d7d9418 100644 --- a/lib/includes/hicn/util/log.h +++ b/lib/includes/hicn/util/log.h @@ -34,7 +34,7 @@ typedef struct { } log_conf_t; #define DEFAULT_LOG_CONF { \ - .log_level = LOG_DEBUG, \ + .log_level = LOG_INFO, \ .debug = 0, \ .log_file = NULL, \ }; -- cgit 1.2.3-korg