add an additional space
This commit is contained in:
committed by
ReenigneArcher
parent
b733d2b9e9
commit
c0fdc320c2
@@ -377,7 +377,7 @@ namespace platf::dxgi {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOST_LOG(info) << "ddprobe.exe " << boost::algorithm::join(args, " ") << "returned 0x"
|
BOOST_LOG(info) << "ddprobe.exe " << boost::algorithm::join(args, " ") << " returned 0x"
|
||||||
<< util::hex(result).to_string_view();
|
<< util::hex(result).to_string_view();
|
||||||
|
|
||||||
// E_ACCESSDENIED can happen at the login screen. If we get this error,
|
// E_ACCESSDENIED can happen at the login screen. If we get this error,
|
||||||
|
|||||||
Reference in New Issue
Block a user