Commit d10d3c88 authored by Andrii Grynenko's avatar Andrii Grynenko Committed by Andrew Cox

Fix folly::Singleton error message

Test Plan: fbmake runtests

Reviewed By: chip@fb.com, pavlo@fb.com

Subscribers: folly-diffs@, yfeldblum

FB internal diff: D1825369

Signature: t1:1825369:1423080185:8507643a3f8860bae6a2240e0ae28fbaf2885b12
parent 2006de6b
......@@ -73,7 +73,8 @@ void SingletonVault::destroyInstance(SingletonMap::iterator entry_it) {
<< "reference at destroyInstances time; beware! Raw pointer "
<< "is " << entry.instance_ptr << ". It is very likely that "
<< "some other singleton is holding a shared_ptr to it. Make "
<< "dependencies between these singletons are properly defined.";
<< "sure dependencies between these singletons are properly "
<< "defined.";
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment