Better handling of events without stacktraces

This commit is contained in:
Søren Sandmann Pedersen
2009-09-08 02:59:04 -04:00
parent 23147e1141
commit 6dabcefec5
3 changed files with 23 additions and 5 deletions

View File

@ -295,8 +295,6 @@ tracker_add_process (tracker_t * tracker,
COPY_STRING (event.command_line, command_line);
tracker_append (tracker, &event, sizeof (event));
g_print ("Added new process: %d (%s)\n", pid, command_line);
}
void