Merge branch 'nightly' into no-sink-path-rebased

This commit is contained in:
Michael Rogers 2022-09-16 11:54:02 -05:00 committed by GitHub
commit cf6107971d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
57 changed files with 473 additions and 407 deletions

View file

@ -167,7 +167,7 @@ static std::uint32_t from_view(const std::string_view &string) {
_CONVERT("eDP"sv, eDP);
_CONVERT("DSI"sv, DSI);
BOOST_LOG(error) << "Unknown Monitor connector type ["sv << string << "]: Please report this to the Github issue tracker"sv;
BOOST_LOG(error) << "Unknown Monitor connector type ["sv << string << "]: Please report this to the GitHub issue tracker"sv;
return DRM_MODE_CONNECTOR_Unknown;
}