X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=atspi%2Fatspi-matchrule.c;h=cf6a306a2b06ccdef9b7518efac0b287404f9dc9;hb=refs%2Fchanges%2F87%2F198387%2F2;hp=e9954594741a5e5e3ec711f1bff6d44b61fae945;hpb=832febae6759636ce7abf98a93738d60a9726a3b;p=platform%2Fupstream%2Fat-spi2-core.git diff --git a/atspi/atspi-matchrule.c b/atspi/atspi-matchrule.c index e995459..cf6a306 100644 --- a/atspi/atspi-matchrule.c +++ b/atspi/atspi-matchrule.c @@ -164,7 +164,7 @@ atspi_match_rule_new (AtspiStateSet *states, if (role < 128) rule->roles [role / 32] |= (1 << (role % 32)); else - g_warning ("Atspi: unexpected role %d\n", role); + g_warning ("AT-SPI: unexpected role %d\n", role); } } else