safedb 디버깅
This commit is contained in:
@@ -63,7 +63,7 @@ public class SafeDBWrapper extends SafeDBBroker {
|
|||||||
|
|
||||||
this.safedb = SimpleSafeDB.getInstance();
|
this.safedb = SimpleSafeDB.getInstance();
|
||||||
|
|
||||||
if (safedb.getSafeDBConfigMgr().isLoginCheck()) {
|
if (safedb.login()) {
|
||||||
log.debug("[SafeDBWrapper] isLoginCheck : {}", safedb.getSafeDBConfigMgr().isLoginCheck());
|
log.debug("[SafeDBWrapper] isLoginCheck : {}", safedb.getSafeDBConfigMgr().isLoginCheck());
|
||||||
} else {
|
} else {
|
||||||
log.warn("[SafeDBWrapper] isLoginCheck : {}", safedb.getSafeDBConfigMgr().isLoginCheck());
|
log.warn("[SafeDBWrapper] isLoginCheck : {}", safedb.getSafeDBConfigMgr().isLoginCheck());
|
||||||
|
|||||||
Reference in New Issue
Block a user