Add timestamp to warning
authorYannick Brosseau <yannick.brosseau@gmail.com>
Mon, 15 Apr 2013 17:02:56 +0000 (13:02 -0400)
committerYannick Brosseau <yannick.brosseau@gmail.com>
Mon, 15 Apr 2013 17:02:56 +0000 (13:02 -0400)
Fix a type while we are here

lttv/modules/gui/controlflow/eventhooks.c

index 6269e5c48e1c42ec4c19e1b73999e0cf2ba00d25..ef5cbc62fdf31a0667c486e385b2383450942f0c 100644 (file)
@@ -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
This page took 0.024107 seconds and 4 git commands to generate.