profile: fix error message for delete function (#95)

This was incorrectly identified as the disable function.

Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
David Bauer 2024-05-15 16:11:54 +02:00 committed by GitHub
parent 14e07fa9b4
commit c4ce98c527
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@ static int applet_main(int argc, char **argv)
reason = "unknown";
break;
}
jprint_error("es10c_disable_profile", reason);
jprint_error("es10c_delete_profile", reason);
return -1;
}