Skip to content

Commit 6a11b2b

Browse files
committed
Fix debug as we cannot print host as of today
1 parent 4f11029 commit 6a11b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/solarish/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ cfg_if! {
536536
.field("ut_session", &self.ut_session)
537537
.field("ut_pad", &self.ut_pad)
538538
.field("ut_syslen", &self.ut_syslen)
539-
.field("ut_host", &self.ut_host)
539+
// .field("ut_host", &self.ut_host)
540540
.finish()
541541
}
542542
}

0 commit comments

Comments
 (0)