Skip to content

Commit 5a288d4

Browse files
committed
src/osd: Improve message in OSD.cc
Signed-off-by: Anthony D'Atri <[email protected]>
1 parent eb85a4b commit 5a288d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/osd/OSD.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2725,7 +2725,7 @@ OSD::PGRefOrError OSD::locate_asok_target(const cmdmap_t& cmdmap,
27252725
pg->unlock();
27262726
return OSD::PGRefOrError{std::nullopt, -EAGAIN};
27272727
} else {
2728-
ss << "i don't have pgid " << pgid;
2728+
ss << "don't have pgid " << pgid;
27292729
return OSD::PGRefOrError{std::nullopt, -ENOENT};
27302730
}
27312731
}

0 commit comments

Comments
 (0)