Skip to content

Commit

Permalink
Fixed a logging PR comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
hr2904 committed Dec 16, 2024
1 parent 45c1c3d commit bc452e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,7 @@ public void setClassifications(AtlasEntityHeaders entityHeaders, @QueryParam("ov

try {
if (AtlasPerfTracer.isPerfTraceEnabled(PERF_LOG)) {
perf = AtlasPerfTracer.getPerfTracer(PERF_LOG, "EntityREST.setClassifications()");
perf = AtlasPerfTracer.getPerfTracer(PERF_LOG, "EntityREST.setClassifications(" + overrideClassifications +")");
}

ClassificationAssociator.Updater associator = new ClassificationAssociator.Updater(typeRegistry, entitiesStore, entityGraphMapper, entityChangeNotifier, instanceConverter);
Expand Down

0 comments on commit bc452e5

Please sign in to comment.