diff options
author | Kenny Levinsen <kl@kl.wtf> | 2020-08-03 02:43:13 +0200 |
---|---|---|
committer | Kenny Levinsen <kl@kl.wtf> | 2020-08-03 02:49:07 +0200 |
commit | 250adee852612576093639fa13c97bd02483dcf6 (patch) | |
tree | 092b9c4e3492bddded3e229e43d152fbe3415200 /.builds/smoketest-seatd.sh | |
parent | e25688fed67b6ffb5d5dfee6530d3c2d7c327115 (diff) |
libseat: Use LIBSEAT_LOGLEVEL instead of SEATD_LOGLEVEL
Diffstat (limited to '.builds/smoketest-seatd.sh')
-rwxr-xr-x | .builds/smoketest-seatd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/smoketest-seatd.sh b/.builds/smoketest-seatd.sh index 58a6eb4..f6f9732 100755 --- a/.builds/smoketest-seatd.sh +++ b/.builds/smoketest-seatd.sh @@ -4,7 +4,7 @@ # Start seatd # [ -f seatd.sock ] && sudo rm seatd.sock -sudo LIBSEAT_LOGLEVEL=debug SEATD_SOCK=./seatd.sock ./build/seatd & +sudo SEATD_LOGLEVEL=debug SEATD_SOCK=./seatd.sock ./build/seatd & # seatd is started in the background, so wait for it to come alive cnt=0 |