mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-07 18:20:30 -04:00
Migrate to Borealis (#2266)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#include <memory>
|
||||
|
||||
#include "aurora/lib/logging.hpp"
|
||||
#include <borealis/log.hpp>
|
||||
#include "dusk/os.h"
|
||||
#include "os_report.h"
|
||||
|
||||
aurora::Module Log("dusk::osReport");
|
||||
static constexpr borealis::Log Log{"dusk::osReport"};
|
||||
|
||||
bool dusk::OSReportReallyForceEnable = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user