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:
Yuri Weinstein 2024-07-10 06:41:56 -07:00 committed by GitHub
commit f4b0bb11e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;