Update to spice2x-25-04-25 (pre-apply)
> broken commit
This commit is contained in:
+2
-2
@@ -82,9 +82,9 @@ struct fmt::formatter<fmt_hresult> {
|
||||
LOG_FORMAT("W", module, format_str, ## __VA_ARGS__), logger::Style::YELLOW)
|
||||
#define log_fatal(module, format_str, ...) { \
|
||||
logger::push(LOG_FORMAT("F", module, format_str, ## __VA_ARGS__), logger::Style::RED); \
|
||||
\
|
||||
logger::push(LOG_FORMAT("F", "spice", "encountered a fatal error, you can close the window or press ctrl + c"), logger::Style::RED); \
|
||||
launcher::stop_subsystems(); \
|
||||
Sleep(30000); \
|
||||
Sleep(10000); \
|
||||
launcher::kill(); \
|
||||
std::terminate(); \
|
||||
} ((void) 0 )
|
||||
|
||||
Reference in New Issue
Block a user