daemon: Use separate method to set default loggers
This way it is not necessary to pass the same values to reload the loggers.
This commit is contained in:
@@ -624,7 +624,7 @@ JNI_METHOD(CharonVpnService, initializeCharon, jboolean,
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
charon->load_loggers(charon, NULL, FALSE);
|
||||
charon->load_loggers(charon);
|
||||
|
||||
charonservice_init(env, this, builder, byod);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user