mesa: add SEVERITY_NOTIFICATION to default state
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 26 Nov 2015 00:36:14 +0000 (00:36 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 3 Dec 2015 19:21:07 +0000 (19:21 +0000)
commit53be28107b44200a59c678c5d2234efeb48d0b35
tree0df37d4294707bdd6500878cfc7358d0ed5da308
parent078dd6a0b4135b5181eea538473fe53a9bc61223
mesa: add SEVERITY_NOTIFICATION to default state

As per the spec quote:

    "All messages are initially enabled unless their assigned severity
    is DEBUG_SEVERITY_LOW"

We already had MEDIUM and HIGH set, let's toggle NOTIFICATION as well.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
src/mesa/main/errors.c