mirror of
https://github.com/ceph/ceph
synced 2025-02-17 16:07:37 +00:00
Merge pull request #58048 from mohit84/issue_66268
mgr: the mojibake characters in the MGR OP tracker output Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
This commit is contained in:
commit
f4b0bb11e8
@ -32,7 +32,7 @@ private:
|
||||
entity_inst_t req_src_inst;
|
||||
uint8_t hit_flag_points;
|
||||
uint8_t latest_flag_point;
|
||||
const char* last_event_detail = nullptr;
|
||||
std::string last_event_detail;
|
||||
|
||||
static const uint8_t flag_started = 1 << 0;
|
||||
static const uint8_t flag_queued_for_module = 1 << 1;
|
||||
|
Loading…
Reference in New Issue
Block a user