Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
marmistrz committed Jan 16, 2020
1 parent 8e8826d commit 188555a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions crates/wasi-common/src/sys/unix/hostcalls_impl/misc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ pub(crate) fn poll_oneoff(
Errno,
};

trace!(
"poll_oneoff_impl: timeout={:?}, fd_events={:?}",
timeout,
fd_events
);

if fd_events.is_empty() && timeout.is_none() {
return Ok(());
}
Expand Down

0 comments on commit 188555a

Please sign in to comment.