From 433e7ba0901e40f197bd969a16d589efe9b0244a Mon Sep 17 00:00:00 2001 From: Yannick Brosseau Date: Mon, 15 Apr 2013 13:02:56 -0400 Subject: [PATCH] Add timestamp to warning Fix a type while we are here --- lttv/modules/gui/controlflow/eventhooks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lttv/modules/gui/controlflow/eventhooks.c b/lttv/modules/gui/controlflow/eventhooks.c index 6269e5c4..ef5cbc62 100644 --- a/lttv/modules/gui/controlflow/eventhooks.c +++ b/lttv/modules/gui/controlflow/eventhooks.c @@ -637,7 +637,7 @@ int before_schedchange_hook(void *hook_data, void *call_data) evtime ); } else - g_warning("Cannot find pin_in in schedchange %u", pid_in); + g_warning("Cannot find pid_in in schedchange %u at %u.%u", pid_in, evtime.tv_sec, evtime.tv_nsec); #ifdef BABEL_CLEANUP tfc->target_pid = target_pid_saved; #endif //babel_cleanup -- 2.34.1