diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llpanelgrouplandmoney.cpp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/linden/indra/newview/llpanelgrouplandmoney.cpp b/linden/indra/newview/llpanelgrouplandmoney.cpp index 4c12aa2..0152990 100644 --- a/linden/indra/newview/llpanelgrouplandmoney.cpp +++ b/linden/indra/newview/llpanelgrouplandmoney.cpp | |||
@@ -1115,8 +1115,7 @@ void LLPanelGroupLandMoney::processGroupAccountDetailsReply(LLMessageSystem* msg | |||
1115 | msg->getUUIDFast(_PREHASH_AgentData, _PREHASH_AgentID, agent_id ); | 1115 | msg->getUUIDFast(_PREHASH_AgentData, _PREHASH_AgentID, agent_id ); |
1116 | if (gAgent.getID() != agent_id) | 1116 | if (gAgent.getID() != agent_id) |
1117 | { | 1117 | { |
1118 | llwarns << "Got group L$ history reply for another agent!" | 1118 | llwarns << "Got group L$ history reply for another agent!" << llendl; |
1119 | << " Probably a userserver bug!" << llendl; | ||
1120 | return; | 1119 | return; |
1121 | } | 1120 | } |
1122 | 1121 | ||
@@ -1292,8 +1291,7 @@ void LLPanelGroupLandMoney::processGroupAccountTransactionsReply(LLMessageSystem | |||
1292 | msg->getUUIDFast(_PREHASH_AgentData, _PREHASH_AgentID, agent_id ); | 1291 | msg->getUUIDFast(_PREHASH_AgentData, _PREHASH_AgentID, agent_id ); |
1293 | if (gAgent.getID() != agent_id) | 1292 | if (gAgent.getID() != agent_id) |
1294 | { | 1293 | { |
1295 | llwarns << "Got group L$ history reply for another agent!" | 1294 | llwarns << "Got group L$ history reply for another agent!" << llendl; |
1296 | << " Probably a userserver bug!" << llendl; | ||
1297 | return; | 1295 | return; |
1298 | } | 1296 | } |
1299 | 1297 | ||
@@ -1463,8 +1461,7 @@ void LLPanelGroupLandMoney::processGroupAccountSummaryReply(LLMessageSystem* msg | |||
1463 | msg->getUUIDFast(_PREHASH_AgentData, _PREHASH_AgentID, agent_id ); | 1461 | msg->getUUIDFast(_PREHASH_AgentData, _PREHASH_AgentID, agent_id ); |
1464 | if (gAgent.getID() != agent_id) | 1462 | if (gAgent.getID() != agent_id) |
1465 | { | 1463 | { |
1466 | llwarns << "Got group L$ history reply for another agent!" | 1464 | llwarns << "Got group L$ history reply for another agent!" << llendl; |
1467 | << " Probably a userserver bug!" << llendl; | ||
1468 | return; | 1465 | return; |
1469 | } | 1466 | } |
1470 | 1467 | ||