1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-02 23:32:06 +00:00

Applications+IRCClient: Use new format functions.

This commit is contained in:
asynts 2020-09-23 16:31:34 +02:00 committed by Andreas Kling
parent 5ed15a49f2
commit 1cb8be9906
6 changed files with 77 additions and 89 deletions

View file

@ -63,7 +63,7 @@ static String bookmarks_file_path()
int main(int argc, char** argv)
{
if (getuid() == 0) {
fprintf(stderr, "Refusing to run as root\n");
warn() << "Refusing to run as root";
return 1;
}