Skip to content

Commit 98fc589

Browse files
authored
Merge pull request ceph#61836 from myoungwon/fix-crimson-osd-invalid-argument-print
crimson/osd: remove invalid an argument when printing log Reviewed-by: Matan Breizman <[email protected]>
2 parents 7d190bc + edcf93a commit 98fc589

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)