Skip to content

Commit

Permalink
platform/DRMFormat: Point people at the GitHub new issue page for rep…
Browse files Browse the repository at this point in the history
…orting missing formats
  • Loading branch information
RAOF committed Jul 15, 2024
1 parent f3a0b27 commit 2d01c22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/platform/graphics/drm_formats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,8 @@ auto mg::DRMFormat::info() const -> std::optional<Info const>
auto unknown_formats = unknown_formats_guard.lock();
if (!unknown_formats->contains(fourcc))
{
mir::log_warning("Detailed info for format %s missing; please report so this can be added", name());
mir::log_warning(
"Detailed info for format %s missing; please report this to https://github.com/canonical/mir/issues/new so this can be added", name());
unknown_formats->insert(fourcc);
}
return std::nullopt;
Expand Down

0 comments on commit 2d01c22

Please sign in to comment.