gnucash stable: GncOption debug messages should be in engine not app-utils.

John Ralls jralls at code.gnucash.org
Thu Jun 29 14:23:14 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/a222efbd (commit)
	from  https://github.com/Gnucash/gnucash/commit/165fcce8 (commit)



commit a222efbdf33d28245dcbf1ec1d37036b0ade5148
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Jun 29 11:23:04 2023 -0700

    GncOption debug messages should be in engine not app-utils.

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"
 



Summary of changes:
 libgnucash/engine/gnc-option.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list