Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLadar Levison <ladar@lavabit.com>2018-11-22 09:16:58 +0300
committerLadar Levison <ladar@lavabit.com>2018-11-22 09:16:58 +0300
commitd6d38cdc8eaee30a911e557d97c35b18936d0ac0 (patch)
tree44c715aca7f20fa0da23c37b2aada1929ebf32ab /src
parent2cd11584e532844263a1a9991a095216d48919fe (diff)
Ignore config file log options when printing the init banner.
Diffstat (limited to 'src')
-rw-r--r--src/providers/symbols.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/providers/symbols.c b/src/providers/symbols.c
index 8ba6078d..f1e0ce0a 100644
--- a/src/providers/symbols.c
+++ b/src/providers/symbols.c
@@ -684,7 +684,8 @@ bool_t lib_load(void) {
return false;
}
- log_pedantic("-------------------------------- VERSIONS --------------------------------\n\n" \
+ log_options(M_LOG_PEDANTIC | M_LOG_TIME_DISABLE | M_LOG_FILE_DISABLE | M_LOG_LINE_DISABLE | M_LOG_FUNCTION_DISABLE | M_LOG_STACK_TRACE_DISABLE, \
+ "-------------------------------- VERSIONS --------------------------------\n\n" \
"%-10.10s %63.63s\n%-10.10s %63.63s\n%-10.10s %63.63s\n\n" \
"%-10.10s %63.63s\n%-10.10s %63.63s\n\n" \
"%-10.10s %63.63s\n%-10.10s %63.63s\n%-10.10s %63.63s\n%-10.10s %63.63s\n\n" \