fixed log
This commit is contained in:
parent
129c4b5b54
commit
9deed7214b
|
@ -377,7 +377,7 @@ public class DatabaseEnvironment {
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.trace(
|
logger.trace(
|
||||||
"Setting Record-level Security (see https://orientdb.com/docs/last/Database-Security.html)");
|
"Setting Record-level Security (see http://orientdb.com/docs/3.0.x/security/Database-Security.html#record-level-security)");
|
||||||
OSchema oSchema = oMetadata.getSchema();
|
OSchema oSchema = oMetadata.getSchema();
|
||||||
OClass oRestricted = oSchema.getClass(OSecurity.RESTRICTED_CLASSNAME);
|
OClass oRestricted = oSchema.getClass(OSecurity.RESTRICTED_CLASSNAME);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue