Skip to content

Commit edcf93a

Browse files
committed
crimson/osd: remove invalid argurment when printing log
Signed-off-by: Myoungwon Oh <[email protected]>
1 parent 92ef6ae commit edcf93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crimson/osd/object_context_loader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ class ObjectContextLoader {
206206

207207
~Orderer() {
208208
LOG_PREFIX(ObjectContextLoader::~Orderer);
209-
SUBDEBUG(osd, "releasing obc {}, {}", *(orderer_obc));
209+
SUBDEBUG(osd, "releasing obc {}", *(orderer_obc));
210210
}
211211
};
212212

0 commit comments

Comments
 (0)