changeset 59:835d52f72786

lib: call closelog
author David Demelier <markand@malikania.fr>
date Thu, 18 Aug 2022 10:12:46 +0200
parents 7a4112eec15b
children 3804a2ab60ec
files libsci/log.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libsci/log.c	Wed Aug 17 19:45:32 2022 +0200
+++ b/libsci/log.c	Thu Aug 18 10:12:46 2022 +0200
@@ -83,6 +83,5 @@
 void
 log_finish(void)
 {
-	if (config.verbosity > 0)
-		closelog();
+	closelog();
 }