summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Nikolaev <[email protected]>2025-02-21 13:06:28 +0300
committerGitHub <[email protected]>2025-02-21 13:06:28 +0300
commitdc7e12533e8812aff00c91dbff2cc5b48cfd83e0 (patch)
tree1214b9e11eef076a794c7ca193e7bb5f1be7ab56
parent8b559fd17ee599be8d90316bc95d030fea1343ab (diff)
Datashard: fix typo in DataCleanup log message (#14872)
-rw-r--r--ydb/core/tx/datashard/datashard__data_cleanup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/tx/datashard/datashard__data_cleanup.cpp b/ydb/core/tx/datashard/datashard__data_cleanup.cpp
index 92ced701ef9..b1342c33909 100644
--- a/ydb/core/tx/datashard/datashard__data_cleanup.cpp
+++ b/ydb/core/tx/datashard/datashard__data_cleanup.cpp
@@ -97,7 +97,7 @@ public:
waiterIt = Self->DataCleanupWaiters.erase(waiterIt);
}
LOG_DEBUG_S(ctx, NKikimrServices::TX_DATASHARD,
- "Updated last DataCleanupof tablet# "<< Self->TabletID()
+ "Updated last DataCleanup of tablet# "<< Self->TabletID()
<< ", last persisted DataCleanup generation: " << DataCleanupGeneration);
}
};