Unverified Commit b7d113dc by Apoorv Naik Committed by GitHub

Merge pull request #10 from WangJ1an/patch-1

Typo in debug logs of HardDeleteHandler
parents b455040d 5496b7af
......@@ -40,7 +40,7 @@ public class HardDeleteHandlerV1 extends DeleteHandlerV1 {
@Override
protected void _deleteVertex(AtlasVertex instanceVertex, boolean force) {
if (LOG.isDebugEnabled()) {
LOG.debug("==> SoftDeleteHandlerV1._deleteVertex({}, {})", GraphHelper.string(instanceVertex), force);
LOG.debug("==> HardDeleteHandlerV1._deleteVertex({}, {})", GraphHelper.string(instanceVertex), force);
}
graphHelper.removeVertex(instanceVertex);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment