Skip to content

Commit f5b0816

Browse files
dlesnoffvneiger
andauthored
Improve error message
Co-authored-by: Vincent Neiger <[email protected]>
1 parent 35e4983 commit f5b0816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fmpz_mod_poly/randtest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void fmpz_mod_poly_rand_irreducible(fmpz_mod_poly_t f, flint_rand_t state,
5353
{
5454
if (len == 0)
5555
{
56-
flint_throw(FLINT_ERROR, "Exception (fmpz_mod_poly_randtest_irreducible). len == 0.\n");
56+
flint_throw(FLINT_ERROR, "Exception (fmpz_mod_poly_rand_irreducible). len == 0.\n");
5757
}
5858

5959
do {

0 commit comments

Comments
 (0)