mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
LibC: setspent() should not print to stderr
This commit is contained in:
committed by
Linus Groh
parent
3cab91e8d7
commit
3b759451c6
@@ -32,7 +32,7 @@ void setspent()
|
||||
} else {
|
||||
s_stream = fopen("/etc/shadow", "r");
|
||||
if (!s_stream) {
|
||||
perror("open /etc/shadow");
|
||||
dbgln("open /etc/shadow failed: {}", strerror(errno));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user