mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-22 06:35:57 +01:00
add missing s
This commit is contained in:
parent
9fb4fae94b
commit
101b58d9c5
1 changed files with 1 additions and 1 deletions
|
@ -813,7 +813,7 @@ struct xdpw_share xdpw_wlr_chooser(struct xdpw_screencast_context *ctx) {
|
||||||
free(display_name);
|
free(display_name);
|
||||||
return res;
|
return res;
|
||||||
} else {
|
} else {
|
||||||
logprint(DEBUG, "Screencast: Invalid result from hyprland-share-picker: ", result);
|
logprint(DEBUG, "Screencast: Invalid result from hyprland-share-picker: %s", result);
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue