aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/Framework
diff options
context:
space:
mode:
authornealsid <nealsid@4c0a9323-5329-0410-9bdc-e9ce6186880e>2009-04-23 07:56:16 +0000
committernealsid <nealsid@4c0a9323-5329-0410-9bdc-e9ce6186880e>2009-04-23 07:56:16 +0000
commited1f6e754a876f435507f5b5267341051ed3adf6 (patch)
tree89ae4211688de7fe0b0c1b3b7ee09bd76e08e401 /src/client/mac/Framework
parentAdd a parameter to control the Mac reporter timeout. (diff)
downloadbreakpad-ed1f6e754a876f435507f5b5267341051ed3adf6.tar.xz
Code review issue 9002: Add paranoid logging to Inspector & Reporter
A=jeremy moskovich R=nealsid git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@333 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/mac/Framework')
-rw-r--r--src/client/mac/Framework/OnDemandServer.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/mac/Framework/OnDemandServer.mm b/src/client/mac/Framework/OnDemandServer.mm
index 32ac1faa..11b126c2 100644
--- a/src/client/mac/Framework/OnDemandServer.mm
+++ b/src/client/mac/Framework/OnDemandServer.mm
@@ -88,7 +88,7 @@ kern_return_t OnDemandServer::Initialize(const char *server_command,
&service_port_);
if (kr != KERN_SUCCESS) {
- //PRINT_MACH_RESULT(kr, "bootstrap_create_service() : ");
+ PRINT_MACH_RESULT(kr, "bootstrap_create_service() : ");
// perhaps the service has already been created - try to look it up
kr = bootstrap_look_up(bootstrap_port, (char*)service_name, &service_port_);