X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgame%2Fpool.cpp;h=95e1b4a261c3137865770d38e0894efb3b03056d;hb=bdcd6a6268dec57ad352e30d86734b28a885a017;hp=901e09ef41dc0df54ee11d269aad203928cc7419;hpb=248d62f7240d342982ade65a510be912b867fe49;p=libs%2Fgame.git diff --git a/source/game/pool.cpp b/source/game/pool.cpp index 901e09e..95e1b4a 100644 --- a/source/game/pool.cpp +++ b/source/game/pool.cpp @@ -59,7 +59,7 @@ PoolBase::~PoolBase() void PoolBase::destroy_all() { if(object_count>0) - IO::print(IO::cerr, "Warning: pool is being destroyed but has %d live objects", object_count); + IO::print(IO::cerr, "Warning: pool is being destroyed but has %d live objects\n", object_count); unsigned block_count = capacity/BLOCK_SIZE; for(unsigned i=0; i