summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-07-09 22:54:30 +0100
committerFurkan Sahin <furkan-dev@proton.me>2018-07-09 22:54:30 +0100
commit293a3b0cea9da2281a0d6a34041c5dca181b7bba (patch)
tree76624b3d4820551261e5c15f773c403c1a41264e /CONTRIBUTING.md
parent852a55136e991eb35bf2736bdb8c3f8535d09c6d (diff)
Update for swaywm/wlroots#1126
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 8a6c0208..f450563a 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(L_INFO, "Using output %d of %d", desired_output, registry->outputs->length);
+ sway_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);