This commit is contained in:
tth 2021-07-23 12:15:18 +02:00
parent 11cd7dbf5e
commit 2e9b344922
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ if (do_dump) {
if (verbosity) {
fprintf(stderr, "%s is sending to %s:%s\n", argv[0],
remote_host, remote_port);
fprintf(stderr, " the stick '%s'is on %s\n", my_id, joy_device);
fprintf(stderr, " the stick '%s' is on %s\n", my_id, joy_device);
}
lo_address t = lo_address_new(remote_host, remote_port);