Index: mojo/shell/runner/host/child_process_host.cc |
diff --git a/mojo/shell/runner/host/child_process_host.cc b/mojo/shell/runner/host/child_process_host.cc |
index 19a5161dccb54a269ff6fae0d899957d57040ad2..96200f3d3318e8ecd44f47094aa81d1481d34345 100644 |
--- a/mojo/shell/runner/host/child_process_host.cc |
+++ b/mojo/shell/runner/host/child_process_host.cc |
@@ -189,6 +189,7 @@ void ChildProcessHost::DoLaunch( |
MachBroker* mach_broker = MachBroker::GetInstance(); |
base::AutoLock locker(mach_broker->GetLock()); |
#endif |
+ LOG(WARNING) << "PATH: " << app_path_.value(); |
child_process_ = base::LaunchProcess(*child_command_line, options); |
#if defined(OS_MACOSX) |
mach_broker->ExpectPid(child_process_.Handle()); |