Specify the QofLogModule directly

This commit is contained in:
Robert Fewell 2024-05-06 10:13:32 +01:00
parent 718402f663
commit 42a1c0a3a9

View File

@ -35,7 +35,7 @@
#include "dialog-utils.h"
#include <qoflog.h>
static const QofLogModule log_module = G_LOG_DOMAIN;
static const QofLogModule log_module = "gnc.gui.dense-cal";
/**
* Marking ...
@ -73,9 +73,6 @@ static const int DENSE_CAL_DEFAULT_HEIGHT = 105;
static const int MINOR_BORDER_SIZE = 1;
static const int COL_BORDER_SIZE = 3;
#undef G_LOG_DOMAIN
#define G_LOG_DOMAIN "gnc.gui.dense-cal"
static void gnc_dense_cal_finalize (GObject *object);
static void gnc_dense_cal_dispose (GObject *object);
static void gnc_dense_cal_realize (GtkWidget *widget, gpointer user_data);