Update TODO

This commit is contained in:
Søren Sandmann Pedersen
2009-09-07 22:50:30 -04:00
parent 43e419f774
commit 8dd28de710
2 changed files with 136 additions and 105 deletions

View File

@ -773,7 +773,7 @@ process_sample (state_t *state, StackStash *resolved, sample_t *sample)
if (!process)
{
static gboolean warned;
if (!warned)
if (!warned || sample->pid != 0)
{
g_warning ("sample for unknown process %d", sample->pid);
warned = TRUE;