From c2b00ebb18443955a1b8f96cafddc6cf81c58572 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Sat, 9 Oct 2021 18:27:18 +0100 Subject: [PATCH] d/dai: Switch default logging to info --- src/xrt/drivers/depthai/depthai_driver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xrt/drivers/depthai/depthai_driver.cpp b/src/xrt/drivers/depthai/depthai_driver.cpp index 5f09f81f0..92731bcf6 100644 --- a/src/xrt/drivers/depthai/depthai_driver.cpp +++ b/src/xrt/drivers/depthai/depthai_driver.cpp @@ -44,7 +44,7 @@ #define DEPTHAI_WARN(d, ...) U_LOG_IFL_W(d->ll, __VA_ARGS__) #define DEPTHAI_ERROR(d, ...) U_LOG_IFL_E(d->ll, __VA_ARGS__) -DEBUG_GET_ONCE_LOG_OPTION(depthai_log, "DEPTHAI_LOG", U_LOGGING_WARN) +DEBUG_GET_ONCE_LOG_OPTION(depthai_log, "DEPTHAI_LOG", U_LOGGING_INFO) /*