aboutsummaryrefslogtreecommitdiffstats
path: root/HACKING.md
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <RyanDwyer@users.noreply.github.com>2018-07-10 20:41:02 +1000
committerLibravatar GitHub <noreply@github.com>2018-07-10 20:41:02 +1000
commit56ad148403d77a6defcbd6cd383dd5cde1a44954 (patch)
tree9dc36287be4bed02c4e98e600f26f48ceff5d8d6 /HACKING.md
parentFix titlebar rendering for nested stacked containers (diff)
parentMerge pull request #2228 from emersion/focus-mode-toggle (diff)
downloadsway-56ad148403d77a6defcbd6cd383dd5cde1a44954.tar.gz
sway-56ad148403d77a6defcbd6cd383dd5cde1a44954.tar.zst
sway-56ad148403d77a6defcbd6cd383dd5cde1a44954.zip
Merge branch 'master' into fix-stacked-layout
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/HACKING.md b/HACKING.md
index 3600db24..8965d3ec 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -3,9 +3,9 @@
3Use `sway_log(importance, fmt, ...)` to log. The following importances are 3Use `sway_log(importance, fmt, ...)` to log. The following importances are
4available: 4available:
5 5
6* `L_DEBUG`: Debug messages, only shows with `sway -d` 6* `WLR_DEBUG`: Debug messages, only shows with `sway -d`
7* `L_INFO`: Informational messages 7* `WLR_INFO`: Informational messages
8* `L_ERROR`: Error messages 8* `WLR_ERROR`: Error messages
9 9
10`sway_log` is a macro that calls `_sway_log` with the current filename and line 10`sway_log` is a macro that calls `_sway_log` with the current filename and line
11number, which are written into the log with your message. 11number, which are written into the log with your message.