Skip to content

Commit 0278a4d

Browse files
committed
MB-54516: Remove superfluous comma from drop collection logging
Change-Id: I2a646c54f7623c62a4890474c3b054461eed5baf Reviewed-on: https://review.couchbase.org/c/kv_engine/+/184973 Well-Formed: Restriction Checker Tested-by: Jim Walker <[email protected]> Reviewed-by: Trond Norbye <[email protected]>
1 parent 9ffebb3 commit 0278a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engines/ep/src/collections/manifest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ cb::engine_error Manifest::isSuccessor(const Manifest& successor) const {
823823
itr->second));
824824
}
825825
} else {
826-
EP_LOG_INFO("drop collection manifest:{:#x} cid:{}, sid:{}, ",
826+
EP_LOG_INFO("drop collection manifest:{:#x} cid:{}, sid:{}",
827827
successor.getUid(),
828828
cid,
829829
collection.sid);

0 commit comments

Comments
 (0)