Remove info spam for empty event queue response - those can happen on opensim and we don't really need to know.
This commit is contained in:
@@ -237,7 +237,7 @@ namespace
|
||||
if (!content.get("events") ||
|
||||
!content.get("id"))
|
||||
{
|
||||
llwarns << "received event poll with no events or id key" << llendl;
|
||||
//llwarns << "received event poll with no events or id key" << llendl;
|
||||
makeRequest();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user