Skip to content

Commit 235b2a7

Browse files
Added minor debug message
1 parent c9133c8 commit 235b2a7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

source/includes/sys/utsname.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ static int64 sys_uname(linux_utsname_t* uts) {
9292

9393
if (total > 0)
9494
SET_FIELD(uts->nodename, hostbuf);
95+
} else {
96+
printf("open failed!");
9597
}
9698

9799
SET_FIELD(uts->release, "v0.1-prebuild-construct");

0 commit comments

Comments
 (0)