mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-05 07:39:16 +00:00
UserspaceEmulator: Remove remaining printf calls.
This commit is contained in:
parent
d5ffb51a83
commit
e089855af0
Notes:
sideshowbarker
2024-07-19 02:04:21 +09:00
Author: https://github.com/asynts
Commit: e089855af0
Pull-request: https://github.com/SerenityOS/serenity/pull/3680
4 changed files with 6 additions and 17 deletions
|
@ -78,7 +78,7 @@ int main(int argc, char** argv, char** env)
|
|||
}
|
||||
int rc = pthread_setname_np(pthread_self(), builder.to_string().characters());
|
||||
if (rc != 0) {
|
||||
fprintf(stderr, "pthread_setname_np: %s\n", strerror(rc));
|
||||
warnln("pthread_setname_np: {}", strerror(rc));
|
||||
return 1;
|
||||
}
|
||||
return emulator.exec();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue