mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-21 03:56:39 +00:00
UserspaceEmulator: Remove remaining printf calls.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user