tune down debug logging some more

This commit is contained in:
Ron Pedde 2006-05-08 04:02:55 +00:00
parent 97cf6ae2d8
commit 75ae3c6d26
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ int xml_stream_close(XMLSTRUCT *pxml) {
done=1; done=1;
} }
infn->log(E_INF,"Done sending xml stream\n"); infn->log(E_DBG,"Done sending xml stream\n");
deflateEnd(&psb->strm); deflateEnd(&psb->strm);
if(psb->out_buffer != NULL) if(psb->out_buffer != NULL)
free(psb->out_buffer); free(psb->out_buffer);