updated build system
This commit is contained in:
@ -507,7 +507,7 @@ auto sia_provider::is_online() const -> bool {
|
||||
return false;
|
||||
}
|
||||
|
||||
event_system::instance().raise<debug_log>(function_name, "",
|
||||
event_system::instance().raise<debug_log>(std::string{function_name}, "",
|
||||
state_data.dump());
|
||||
return true;
|
||||
} catch (const std::exception &e) {
|
||||
|
Reference in New Issue
Block a user