diff -urNb tridas.orig/daq/pt/gm/include/GmAllocator.h tridas/daq/pt/gm/include/GmAllocator.h --- tridas.orig/daq/pt/gm/include/GmAllocator.h Mon Oct 28 09:07:04 2002 +++ tridas/daq/pt/gm/include/GmAllocator.h Tue Nov 12 11:32:26 2002 @@ -76,7 +76,7 @@ // We add theese 8 bytes when we allocate memory for the pool. // Buffer * alloc(unsigned long size) { - XDAQ_NOTE(( "GmAllocator allocate block of size: %d " , size)); + XDAQ_DEBUG(( "GmAllocator allocate block of size: %d " , size)); unsigned long length = size; void * bufPtr = gm_dma_malloc(ports_[0],(size_t)length); gm_status_t status;