From a222efbdf33d28245dcbf1ec1d37036b0ade5148 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Thu, 29 Jun 2023 11:23:04 -0700 Subject: [PATCH] GncOption debug messages should be in engine not app-utils. --- libgnucash/engine/gnc-option.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgnucash/engine/gnc-option.cpp b/libgnucash/engine/gnc-option.cpp index b95cc2e7bf..8b1005230a 100644 --- a/libgnucash/engine/gnc-option.cpp +++ b/libgnucash/engine/gnc-option.cpp @@ -28,7 +28,7 @@ #include "gncOwner.h" #include "kvp-value.hpp" -static const char* log_module{"gnc.app-utils.gnc-option"}; +static const char* log_module{"gnc.engine.gnc-option"}; #include "qoflog.h"