minor: Make FlotsamAssetCache default loglevel 0 to match that given in bin/config-include/FlotsamCache.ini.example

This commit is contained in:
Justin Clark-Casey (justincc)
2010-02-19 21:18:03 +00:00
parent 842b68eeff
commit 214b1351fb
2 changed files with 4 additions and 4 deletions

View File

@@ -11025,10 +11025,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
/// <param name="Pack">OpenMetaverse.packet</param>
public void ProcessInPacket(Packet Pack)
{
// m_log.DebugFormat("[CLIENT]: Packet IN {0}", Pack);
if (!ProcessPacketMethod(Pack))
{
m_log.Warn("[CLIENT]: unhandled packet " + Pack);
}
PacketPool.Instance.ReturnPacket(Pack);
}