Skip to content

Commit

Permalink
Remove unnecessary '\n' in log
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Oct 29, 2024
1 parent 381fe95 commit ce21f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -2822,7 +2822,7 @@ parse_args_with_getopt(struct scrcpy_cli_args *args, int argc, char *argv[],
}

if (opts->v4l2_buffer && !opts->v4l2_device) {
LOGE("V4L2 buffer value without V4L2 sink\n");
LOGE("V4L2 buffer value without V4L2 sink");
return false;
}
#endif
Expand Down

0 comments on commit ce21f51

Please sign in to comment.