8000 fix invalid logId · arangodb/arangodb@b175853 · GitHub
[go: up one dir, main page]

Skip to content

Commit b175853

Browse files
committed
fix invalid logId
1 parent ff59b8e commit b175853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arangod/RestServer/FlushFeature.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ arangodb::Result FlushFeature::releaseUnusedTicks(size_t& count) {
764764

765765
TRI_ASSERT(minTick <= engine->currentTick());
766766

767-
LOG_TOPIC("fdsf34", TRACE, Logger::FLUSH) << "Releasing tick " << minTick;
767+
LOG_TOPIC("fd934", TRACE, Logger::FLUSH) << "Releasing tick " << minTick;
768768
engine->releaseTick(minTick);
769769

770770
return Result();

0 commit comments

Comments
 (0)
0