Skip to content

Commit fe9d2a5

Browse files
committed
Fix test
1 parent c9b8d14 commit fe9d2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libproc/proc_pid.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ pub trait ListPIDInfo {
529529
/// if let Ok(fds) = listpidinfo::<ListFDs>(pid, info.pbsd.pbi_nfiles as usize) {
530530
/// for fd in &fds {
531531
/// let fd_type = ProcFDType::from(fd.proc_fdtype);
532-
/// println!("File Descriptor: {}, Type: {}", fd.proc_fd, fd_type);
532+
/// println!("File Descriptor: {}, Type: {:?}", fd.proc_fd, fd_type);
533533
/// }
534534
/// }
535535
/// }

0 commit comments

Comments
 (0)