Skip to content

Commit f4b0bb1

Browse files
authored
Merge pull request ceph#58048 from mohit84/issue_66268
mgr: the mojibake characters in the MGR OP tracker output Reviewed-by: Radoslaw Zarzynski <[email protected]>
2 parents 5a0b785 + 16b3343 commit f4b0bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mgr/MgrOpRequest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ struct MgrOpRequest : public TrackedOp {
3232
entity_inst_t req_src_inst;
3333
uint8_t hit_flag_points;
3434
uint8_t latest_flag_point;
35-
const char* last_event_detail = nullptr;
35+
std::string last_event_detail;
3636

3737
static const uint8_t flag_started = 1 << 0;
3838
static const uint8_t flag_queued_for_module = 1 << 1;

0 commit comments

Comments
 (0)