mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 06:34:57 +00:00
Revert "LibC: Remove duplicate log statement"
This reverts commit 58c91f0a99
.
This commit is contained in:
parent
e62cb539fd
commit
05fbd31727
1 changed files with 1 additions and 0 deletions
|
@ -1009,6 +1009,7 @@ int snprintf(char* buffer, size_t size, char const* fmt, ...)
|
|||
void perror(char const* s)
|
||||
{
|
||||
int saved_errno = errno;
|
||||
dbgln("perror(): {}: {}", s, strerror(saved_errno));
|
||||
warnln("{}: {}", s, strerror(saved_errno));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue