From 71ff1959fee5a064804050483e24c0ef0b7dd71f Mon Sep 17 00:00:00 2001 From: Ian Fan Date: Sat, 6 Oct 2018 16:25:36 +0100 Subject: [PATCH] Remove last vestiges of sway_log --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f450563aa..a91e9004d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -107,7 +107,7 @@ int main(int argc, const char **argv) { } int desired_output = atoi(argv[1]); - sway_log(WLR_INFO, "Using output %d of %d", desired_output, registry->outputs->length); + wlr_log(WLR_INFO, "Using output %d of %d", desired_output, registry->outputs->length); int i; struct output_state *output = registry->outputs->items[desired_output]; struct window *window = window_setup(registry, 100, 100, false);