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

This commit is contained in:
John Ralls
2023-06-29 11:23:04 -07:00
parent 165fcce8f5
commit a222efbdf3

View File

@@ -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"