| Index: src/platform-macos.cc
|
| diff --git a/src/platform-macos.cc b/src/platform-macos.cc
|
| index daf7581af22ed0dff893d7f72fe1ace69890ebd1..b20028289616d5796911bdbda24a30df54c8156e 100644
|
| --- a/src/platform-macos.cc
|
| +++ b/src/platform-macos.cc
|
| @@ -150,7 +150,7 @@ void* OS::Allocate(const size_t requested,
|
| MAP_PRIVATE | MAP_ANON,
|
| kMmapFd, kMmapFdOffset);
|
| if (mbase == MAP_FAILED) {
|
| - LOG(StringEvent("OS::Allocate", "mmap failed"));
|
| + LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed"));
|
| return NULL;
|
| }
|
| *allocated = msize;
|
|
|