From 9f2bdc2bdc5c21d184b2751e35b794479cd4c58d Mon Sep 17 00:00:00 2001 From: lethosor Date: Mon, 5 Jan 2015 15:58:02 -0500 Subject: [PATCH] Disable excessive logging in Process-darwin.cpp --- library/Process-darwin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/Process-darwin.cpp b/library/Process-darwin.cpp index 69ccefcea..3aee24eba 100644 --- a/library/Process-darwin.cpp +++ b/library/Process-darwin.cpp @@ -188,7 +188,7 @@ void Process::getMemRanges( vector & ranges ) temp.valid = true; ranges.push_back(temp); - fprintf(stderr, + /*fprintf(stderr, "%08x-%08x %8uK %c%c%c/%c%c%c %11s %6s %10s uwir=%hu sub=%u dlname: %s\n", address, (address + vmsize), (vmsize >> 10), (info.protection & VM_PROT_READ) ? 'r' : '-', @@ -202,7 +202,7 @@ void Process::getMemRanges( vector & ranges ) behavior_strings[info.behavior], info.user_wired_count, info.reserved, - dlinfo.dli_fname); + dlinfo.dli_fname);*/ address += vmsize; } else if (kr != KERN_INVALID_ADDRESS) {