From: Yannick Brosseau Date: Mon, 15 Apr 2013 17:02:56 +0000 (-0400) Subject: Add timestamp to warning X-Git-Tag: v1.5-beta1~16 X-Git-Url: https://git.lttng.org/?p=lttv.git;a=commitdiff_plain;h=433e7ba0901e40f197bd969a16d589efe9b0244a Add timestamp to warning Fix a type while we are here --- 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