updated build system
This commit is contained in:
		| @@ -765,8 +765,9 @@ void fuse_base::raise_fuse_event(std::string_view function_name, | ||||
|  | ||||
|   if (((config_.get_event_level() >= fuse_event::level) && (ret != 0)) || | ||||
|       (config_.get_event_level() >= event_level::trace)) { | ||||
|     std::string func{function_name}; | ||||
|     event_system::instance().raise<fuse_event>( | ||||
|         utils::string::right_trim(function_name, '_'), api_path, ret); | ||||
|         utils::string::right_trim(func, '_'), api_path, ret); | ||||
|   } | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user