This commit is contained in:
tth 2021-06-07 09:19:21 +02:00
parent 5e8b0e498a
commit cd57c7378b
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ if (verbosity) {
lo_address t = lo_address_new(remote_host, remote_port);
if( ( joy_fd = open(joy_device , O_RDONLY)) == -1 ) {
fprintf(stderr, "Couldn't open %s\n", JOY_DEVICE);
fprintf(stderr, "Couldn't open %s\n", joy_device);
exit(1);
}