aboutsummaryrefslogtreecommitdiff
path: root/libseat/libseat.c
diff options
context:
space:
mode:
Diffstat (limited to 'libseat/libseat.c')
-rw-r--r--libseat/libseat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libseat/libseat.c b/libseat/libseat.c
index e514d7f..00168c0 100644
--- a/libseat/libseat.c
+++ b/libseat/libseat.c
@@ -38,7 +38,7 @@ struct libseat *libseat_open_seat(struct libseat_seat_listener *listener, void *
return NULL;
}
- char *loglevel = getenv("SEATD_LOGLEVEL");
+ char *loglevel = getenv("LIBSEAT_LOGLEVEL");
enum libseat_log_level level = LIBSEAT_SILENT;
if (loglevel != NULL) {
if (strcmp(loglevel, "silent") == 0) {