diff options
Diffstat (limited to 'base/leak_tracker.h')
-rw-r--r-- | base/leak_tracker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/leak_tracker.h b/base/leak_tracker.h index 96d8773..dd85ff6 100644 --- a/base/leak_tracker.h +++ b/base/leak_tracker.h @@ -91,7 +91,7 @@ class LeakTracker : public LinkNode<LeakTracker<T> > { ++count; LOG(ERROR) << "Leaked " << node << " which was allocated by:"; - allocation_stack.OutputToStream(&LOG_STREAM(ERROR)); + allocation_stack.OutputToStream(&LOG(ERROR)); } CHECK_EQ(0u, count); |