no message
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
package GlobalData;
|
||||
import Common.Utils.CommonUtils;
|
||||
import Common_old.Current;
|
||||
import Common.Database.Objects.DBObject;
|
||||
import Common.Database.SQLITE.SQLiteDatabase;
|
||||
@@ -131,7 +132,7 @@ public class GlobalDatabase extends SQLiteDatabase {
|
||||
try {
|
||||
Global.db.Update((DBObject) Current.get(Current.Credentials));
|
||||
} catch (Exception ex) {
|
||||
Global.Log.PrintException(ex);
|
||||
CommonUtils.MainLog.PrintException(ex);
|
||||
}
|
||||
}
|
||||
//--
|
||||
|
||||
Reference in New Issue
Block a user