Author: Richard Plangger <[email protected]>
Branch: vmprof-native
Changeset: r90792:994394fc922f
Date: 2017-03-22 15:33 -0300
http://bitbucket.org/pypy/pypy/changeset/994394fc922f/
Log: correct error message
diff --git a/rpython/rlib/rvmprof/src/shared/vmp_stack.c
b/rpython/rlib/rvmprof/src/shared/vmp_stack.c
--- a/rpython/rlib/rvmprof/src/shared/vmp_stack.c
+++ b/rpython/rlib/rvmprof/src/shared/vmp_stack.c
@@ -517,7 +517,7 @@
if (libhandle != NULL) {
if (dlclose(libhandle)) {
vmprof_error = dlerror();
- fprintf(stderr, "could close libunwind at runtime. error: %s\n",
vmprof_error);
+ fprintf(stderr, "could not close libunwind at runtime. error:
%s\n", vmprof_error);
}
}
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit