diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-10-27 11:05:04 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2016-10-27 11:05:04 -0400 |
commit | d3e55f88ecaacf7c7017357e83f30f91ffc02bb0 (patch) | |
tree | 4d29d8b9046c5521573982ab7eea0c2f7b02db6e /sway/main.c | |
parent | 78b65e2317d0db1543410466db7b113ada2d398c (diff) |
Log LD_LIBRARY_PATH
Diffstat (limited to 'sway/main.c')
-rw-r--r-- | sway/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/main.c b/sway/main.c index 32798592..a040cec9 100644 --- a/sway/main.c +++ b/sway/main.c @@ -80,6 +80,7 @@ static void log_env() { "PATH", "LD_LOAD_PATH", "LD_PRELOAD_PATH", + "LD_LIBRARY_PATH", "SWAY_CURSOR_THEME", "SWAY_CURSOR_SIZE", "SWAYSOCK", |