enter_namespaces(): Fix error message

Tá an tiomantas seo le fáil i:
Albert S. 2021-12-27 00:49:09 +01:00
tuismitheoir 3407fded04
tiomantas ce7eb57998

Féach ar an gComhad

@ -1145,7 +1145,7 @@ static int enter_namespaces(int namespace_options)
}
if(fprintf(fp, "deny") < 0)
{
EXILE_LOG_ERROR("fprintf failed while trying to write uid_map\n");
EXILE_LOG_ERROR("fprintf failed while trying to write setgroups\n");
return -1;
}
fclose(fp);