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 19f0e7f..dd5635b 100644
--- a/libseat/libseat.c
+++ b/libseat/libseat.c
@@ -37,7 +37,7 @@ struct libseat *libseat_open_seat(struct libseat_seat_listener *listener, void *
return NULL;
}
- log_init(LIBSEAT_LOG_LEVEL_SILENT);
+ log_init();
char *backend_type = getenv("LIBSEAT_BACKEND");
struct libseat *backend = NULL;