Comment 124 for bug 422536

Revision history for this message
James Westby (james-w) wrote :

kerneloops looks for

  if (strstr(c, "WARNING:")

so it matches that message even though it isn't a WARN().

The match could probably be improved to only match what is
being produced by WARN(), but the module could also change
to be less SHOUTY about this issue.

Thanks,

James