mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:08:12 +00:00
AK: Eradicate calls to warn().
This commit is contained in:
parent
a5f5c3fd33
commit
1254cbbd0b
9 changed files with 42 additions and 53 deletions
|
@ -63,7 +63,7 @@ static String bookmarks_file_path()
|
|||
int main(int argc, char** argv)
|
||||
{
|
||||
if (getuid() == 0) {
|
||||
warn() << "Refusing to run as root";
|
||||
warnln("Refusing to run as root");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue