Skip to content

Commit

Permalink
fixup! rtkit: Drop oslog support
Browse files Browse the repository at this point in the history
  • Loading branch information
marcan committed Apr 16, 2023
1 parent cf0cf38 commit 06224ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rtkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ int rtkit_recv(rtkit_dev_t *rtk, struct rtkit_message *msg)
}
break;
case RTKIT_EP_OSLOG:
rtkit_printf("unknown oslog message %x\n", msg->msg);
rtkit_printf("unknown oslog message %lx\n", msg->msg);
break;
default:
rtkit_printf("message to unknown system endpoint 0x%02x: %lx\n", msg->ep, msg->msg);
Expand Down

0 comments on commit 06224ed

Please sign in to comment.