aboutsummaryrefslogtreecommitdiff
path: root/test/mmtty.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-03-28 08:06:41 +0100
committerAleksander Morgado <aleksander@aleksander.es>2020-04-08 16:35:08 +0200
commit9bcadea172cfba9317c55a9265012ff2f739cc96 (patch)
treedc4c517162fca0d06c01d1d1476d09abb80f4d8d /test/mmtty.c
parentfaccb3b2b434d33936d4b7f1bc6bbeab8a14538f (diff)
log: new object logging support
So that we can provide the specific object id in every log associated to a given object.
Diffstat (limited to 'test/mmtty.c')
-rw-r--r--test/mmtty.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/mmtty.c b/test/mmtty.c
index 966225c7..f7852cd4 100644
--- a/test/mmtty.c
+++ b/test/mmtty.c
@@ -84,7 +84,8 @@ signals_handler (int signum)
}
void
-_mm_log (const char *loc,
+_mm_log (gpointer obj,
+ const char *loc,
const char *func,
guint32 level,
const char *fmt,