From 1c99382a3d4512bd17c6114583287999af1503ed Mon Sep 17 00:00:00 2001 From: Tormod Volden Date: Mon, 19 Dec 2022 22:11:03 +0100 Subject: core: Do not warn about new context as implicit default Only leave a debug message. Fixes #1215 Signed-off-by: Tormod Volden --- libusb/core.c | 2 +- libusb/version_nano.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libusb/core.c b/libusb/core.c index 30937d3..4f98ef9 100644 --- a/libusb/core.c +++ b/libusb/core.c @@ -2362,7 +2362,7 @@ int API_EXPORTED libusb_init(libusb_context **ctx) if (!usbi_fallback_context) { usbi_fallback_context = _ctx; - usbi_warn(usbi_fallback_context, "installing new context as implicit default"); + usbi_dbg(usbi_fallback_context, "installing new context as implicit default"); } } diff --git a/libusb/version_nano.h b/libusb/version_nano.h index b7f5bb4..29332ed 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11753 +#define LIBUSB_NANO 11754 -- cgit v1.2.1