summaryrefslogtreecommitdiffstats
path: root/src/if_perl.xs
diff options
context:
space:
mode:
Diffstat (limited to 'src/if_perl.xs')
-rw-r--r--src/if_perl.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if_perl.xs b/src/if_perl.xs
index 3d683bd9c8..37b9cb292e 100644
--- a/src/if_perl.xs
+++ b/src/if_perl.xs
@@ -773,7 +773,7 @@ perl_runtime_link_init(char *libname, int verbose)
close_dll(hPerlLib);
hPerlLib = NULL;
if (verbose)
- semsg((const char *)_(e_loadfunc), perl_funcname_table[i].name);
+ semsg((const char *)_(e_could_not_load_library_function_str), perl_funcname_table[i].name);
return FAIL;
}
}