"unhandled X event" should be warning, not error

This commit is contained in:
rdb 2010-11-10 12:23:35 +00:00
parent 36635a00b9
commit c1722844bb

View File

@ -417,7 +417,7 @@ process_events() {
break; break;
default: default:
x11display_cat.error() x11display_cat.warning()
<< "unhandled X event type " << event.type << "\n"; << "unhandled X event type " << event.type << "\n";
} }
} }