add missing s

This commit is contained in:
vaxerski 2022-12-13 18:55:32 +00:00
parent 9fb4fae94b
commit 101b58d9c5
1 changed files with 1 additions and 1 deletions

View File

@ -813,7 +813,7 @@ struct xdpw_share xdpw_wlr_chooser(struct xdpw_screencast_context *ctx) {
free(display_name);
return res;
} else {
logprint(DEBUG, "Screencast: Invalid result from hyprland-share-picker: ", result);
logprint(DEBUG, "Screencast: Invalid result from hyprland-share-picker: %s", result);
return res;
}