init: Fix wrong log message

This commit is contained in:
apio 2023-09-04 11:43:36 +02:00
parent 1528c772fd
commit 3c9b2c49aa
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -261,7 +261,7 @@ static Result<void> load_service(const os::Path& path)
if (service.command.is_empty())
{
do_log("[init] service file is missing 'Command' or 'Script' entry, aborting!\n");
do_log("[init] service file is missing 'Command' entry, aborting!\n");
return {};
}