diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/diagnostic/active-diagnostic-request.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diagnostic/active-diagnostic-request.cpp b/src/diagnostic/active-diagnostic-request.cpp index 4f288663..a21f7303 100644 --- a/src/diagnostic/active-diagnostic-request.cpp +++ b/src/diagnostic/active-diagnostic-request.cpp @@ -89,7 +89,7 @@ DiagnosticRequestHandle* active_diagnostic_request_t::get_handle() const std::string active_diagnostic_request_t::get_name() const { - return active_diagnostic_request_t::prefix_ + "." + name_; + return name_; } std::string& active_diagnostic_request_t::get_prefix() |