Stop spamming the log whenever preferences opens!!

This commit is contained in:
Lirusaito
2019-01-24 12:30:14 -05:00
parent 3bdf6e553d
commit 77cdc0fa4c

View File

@@ -284,7 +284,8 @@ LLNotificationForm::LLNotificationForm(const LLSD& sd)
}
else
{
LL_WARNS() << "Invalid form data " << sd << LL_ENDL;
if (!sd.isUndefined())
LL_WARNS() << "Invalid form data " << sd << LL_ENDL;
mFormData = LLSD::emptyArray();
}
}