Skip to content

Commit f0b51ed

Browse files
Merge pull request ceph#63858 from anthonyeleven/crimsoneye
src/crimson: Improve message
2 parents fe932f9 + 2e2c6a1 commit f0b51ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crimson/admin/pg_commands.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class PGCommand : public AdminSocketHook {
6868
](auto &&pg) mutable {
6969
if (!pg) {
7070
return seastar::make_ready_future<tell_result_t>(tell_result_t{
71-
-ENOENT, fmt::format("i don't have pgid '{}'", spg_id)});
71+
-ENOENT, fmt::format("don't have pgid '{}'", spg_id)});
7272
}
7373
if (!pg->is_primary()) {
7474
return seastar::make_ready_future<tell_result_t>(tell_result_t{

0 commit comments

Comments
 (0)