mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
Make the error message when failing to get monitor display name more informative
This commit is contained in:
parent
ac2a33d09f
commit
0fc93118f2
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ static char* getDisplayName(CGDirectDisplayID displayID)
|
|||
if (!service)
|
||||
{
|
||||
_glfwInputError(GLFW_PLATFORM_ERROR,
|
||||
"Cocoa: Failed to find service port for display");
|
||||
"Cocoa: Failed to find service port for display, cannot get its name, using Unknown");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue