Skip to content

Commit

Permalink
profile: fix error message for delete function (#95)
Browse files Browse the repository at this point in the history
This was incorrectly identified as the disable function.

Signed-off-by: David Bauer <mail@david-bauer.net>
  • Loading branch information
blocktrron authored May 15, 2024
1 parent 14e07fa commit c4ce98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/applet/profile/delete.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit c4ce98c

Please sign in to comment.