From 26abf6fd822c3791d60995db57c6f2ae29599b82 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Wed, 16 Nov 2011 00:20:22 +0200 Subject: [PATCH] Cut down content transfer verbosity --- src/client.cpp | 8 +++----- src/server.cpp | 16 +++++++--------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/src/client.cpp b/src/client.cpp index 9752ec5e2..5c713e486 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1517,9 +1517,6 @@ void Client::ProcessData(u8 *data, u32 datasize, u16 sender_peer_id) } else if(command == TOCLIENT_TEXTURES) { - infostream<<"Client: Received textures: packet size: "<getFileSystem(); video::IVideoDriver *vdrv = m_device->getVideoDriver(); @@ -1547,8 +1544,9 @@ void Client::ProcessData(u8 *data, u32 datasize, u16 sender_peer_id) if(bunch_i == num_bunches - 1) m_textures_received = true; int num_textures = readU32(is); - infostream<<"Client: Received textures: count: "<