Skip to content

Commit

Permalink
Remove debugging print statement
Browse files Browse the repository at this point in the history
I accidentally left it in with my last commit
  • Loading branch information
facekapow committed Jun 24, 2022
1 parent cc9bff4 commit 26a7baf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/kernel/emulation/linux/resources/dserver-rpc-defs.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ void __dserver_rpc_hooks_push_reply(int socket, const dserver_rpc_hooks_msghdr_t
// give the write end to the server and keep the read end
fds[fd_count] = pipe_ends[1];

dserver_rpc_hooks_printf("*** pushing reply for call #%d with code %d (size = %llu); pointer = %p\n", ((dserver_rpc_replyhdr_t*)call.reply)->number, ((dserver_rpc_replyhdr_t*)call.reply)->code, call.reply_size, (void*)call.reply);

long_status = dserver_rpc_hooks_send_message(socket, &callmsg);

if (long_status < 0) {
Expand Down

0 comments on commit 26a7baf

Please sign in to comment.