further simplify function pointer logging

master
Oz Linden 2019-09-24 15:33:42 -04:00
parent 581b6fe523
commit 092bf4220e
1 changed files with 1 additions and 1 deletions

View File

@ -722,7 +722,7 @@ namespace LLError
void setFatalHook(const FatalHook& fatal_hook)
{
SettingsConfigPtr s = Settings::getInstance()->getSettingsConfig();
LL_DEBUGS("FatalHook") << "set fatal hook to "(fatal_hook ? "non-null" : "null")
LL_DEBUGS("FatalHook") << "set fatal hook to " << (fatal_hook ? "non-null" : "null")
<< " was " << (s->mFatalHook ? "non-null" : "null")
<< LL_ENDL;
s->mFatalHook = fatal_hook;