Skip to content

Commit 4a6f715

Browse files
fix logging
1 parent 799abe4 commit 4a6f715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/columnshard/normalizer/granule/clean_granule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class TCleanGranuleIdNormalizer::TNormalizerResult : public INormalizerChanges {
132132
controller.GetCounters().CountObjects(chunksCount);
133133
}
134134
}
135-
ACFL_INFO("normalizer", "TGranulesNormalizer")("message", TStringBuilder() << fullChunksCount << " chunks found");
135+
ACFL_INFO("normalizer", "TCleanGranuleIdNormalizer")("message", TStringBuilder() << fullChunksCount << " chunks found");
136136
return tasks;
137137
}
138138

0 commit comments

Comments
 (0)