diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-01-15 23:06:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-15 23:06:13 -0500 |
commit | bcb58b5caa203a5651a2a24d2038117a728348e7 (patch) | |
tree | 4611d2f398409793ae6b62d624afe848f0e21983 /examples/rotation.c | |
parent | b331c5c2c5cbb94df66789e52ab87598647e0056 (diff) | |
parent | 264ef0c261db998ada651984136776fd336c4a72 (diff) |
Merge pull request #567 from Timidger/example-logging
Fixed logging for examples
Diffstat (limited to 'examples/rotation.c')
-rw-r--r-- | examples/rotation.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/rotation.c b/examples/rotation.c index f9307ed3..1d974025 100644 --- a/examples/rotation.c +++ b/examples/rotation.c @@ -123,6 +123,7 @@ static void handle_keyboard_key(struct keyboard_state *kbstate, } int main(int argc, char *argv[]) { + wlr_log_init(L_DEBUG, NULL); struct sample_state state = {0}; state.config = parse_args(argc, argv); |