remove TRANSACTIONSTART from logfiles

This commit is contained in:
zolliker
2005-08-24 12:02:34 +00:00
parent 1d9e33b207
commit 91a08d522a

View File

@ -80,9 +80,11 @@
}
/* suppress TRANSACTIONFINISHED as well in order to make the WWW
commandlog work
commandlog work and TRANSACTIONSTART in order to make the logfiles
shorter
*/
if(strstr(pText,"TRANSACTIONFINISHED") != NULL)
if(strstr(pText,"TRANSACTIONFINISHED") != NULL ||
strstr(pText,"TRANSACTIONSTART") != NULL)
{
if(pCopy != NULL){
free(pCopy);