summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/src
diff options
context:
space:
mode:
Diffstat (limited to 'other/bootstrap_daemon/src')
-rw-r--r--other/bootstrap_daemon/src/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/bootstrap_daemon/src/log.c b/other/bootstrap_daemon/src/log.c
index e0fb3b33..2eae3286 100644
--- a/other/bootstrap_daemon/src/log.c
+++ b/other/bootstrap_daemon/src/log.c
@@ -31,7 +31,7 @@
31#include <stdarg.h> 31#include <stdarg.h>
32#include <stdio.h> 32#include <stdio.h>
33 33
34LOG_BACKEND current_backend = -1; 34static LOG_BACKEND current_backend = -1;
35 35
36bool open_log(LOG_BACKEND backend) 36bool open_log(LOG_BACKEND backend)
37{ 37{