diff options
| author | Drew DeVault <sir@cmpwn.com> | 2018-07-09 16:28:37 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-09 16:28:37 -0700 |
| commit | 6fd9a2bfd6f7d56dc8ed9fc40d80844cc84df107 (patch) | |
| tree | 7d89592bcfb1adc10ded38d2f8d09d134ddd34fe /CONTRIBUTING.md | |
| parent | b755639ca8ac2c7d62dc25bbe8cc8b93d775ccde (diff) | |
| parent | fbeef1322f5d10c1e2dac0d7de2358a59f442455 (diff) | |
Merge branch 'master' into focus-mode-toggle
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
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); |
