|
From: <sv...@va...> - 2016-12-04 03:50:39
|
Author: rhyskidd
Date: Sun Dec 4 03:50:33 2016
New Revision: 16169
Log:
Fix typo in syswrap-darwin log output. n-i-bz.
Modified:
trunk/coregrind/m_syswrap/syswrap-darwin.c
Modified: trunk/coregrind/m_syswrap/syswrap-darwin.c
==============================================================================
--- trunk/coregrind/m_syswrap/syswrap-darwin.c (original)
+++ trunk/coregrind/m_syswrap/syswrap-darwin.c Sun Dec 4 03:50:33 2016
@@ -226,7 +226,7 @@
"WARNING: of the VALGRIND_DISABLE_ERROR_REPORTING macros.\n"
);
VG_(debugLog)(
- 1, "syswrap-linux",
+ 1, "syswrap-darwin",
"run_a_thread_NORETURN(tid=%u): "
"WARNING: exiting thread has err_disablement_level = %u\n",
tid, tst->err_disablement_level
|