From 264ef0c261db998ada651984136776fd336c4a72 Mon Sep 17 00:00:00 2001 From: Timidger Date: Mon, 15 Jan 2018 22:51:00 -0500 Subject: Fixed logging for examples --- examples/touch.c | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/touch.c') diff --git a/examples/touch.c b/examples/touch.c index f18b5d26..4c1f97b6 100644 --- a/examples/touch.c +++ b/examples/touch.c @@ -94,6 +94,7 @@ static void handle_touch_motion(struct touch_state *tstate, int32_t touch_id, } int main(int argc, char *argv[]) { + wlr_log_init(L_DEBUG, NULL); struct sample_state state; wl_list_init(&state.touch_points); -- cgit v1.2.3