mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 11:09:37 -06:00
Remove fmt::format and replace with std::format
This commit is contained in:
@@ -102,7 +102,7 @@ void CefWebGuiModule::startOrStopGui() {
|
||||
const bool isMaster = global::windowDelegate->isMaster();
|
||||
|
||||
if (_enabled && isMaster) {
|
||||
LDEBUGC("WebBrowser", fmt::format("Loading GUI from '{}'", _url.value()));
|
||||
LDEBUGC("WebBrowser", std::format("Loading GUI from '{}'", _url.value()));
|
||||
|
||||
if (!_instance) {
|
||||
_instance = std::make_unique<BrowserInstance>(
|
||||
|
||||
Reference in New Issue
Block a user