aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/mate_runtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mate/mate_runtime.c')
-rw-r--r--plugins/mate/mate_runtime.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/mate/mate_runtime.c b/plugins/mate/mate_runtime.c
index 362c8d3e31..6de9024466 100644
--- a/plugins/mate/mate_runtime.c
+++ b/plugins/mate/mate_runtime.c
@@ -161,7 +161,11 @@ extern void initialize_mate_runtime(void) {
dbg_pdu = &(mc->dbg_pdu_lvl);
dbg_gop = &(mc->dbg_gop_lvl);
dbg_gog = &(mc->dbg_gog_lvl);
-
+ dbg = &(mc->dbg_lvl);
+ dbg_facility = mc->dbg_facility;
+
+ dbg_print(dbg, 1, dbg_facility, "starting mate");
+
} else {
rd = NULL;
}