remove TRANSACTIONSTART from logfiles
This commit is contained in:
@ -80,9 +80,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* suppress TRANSACTIONFINISHED as well in order to make the WWW
|
/* 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){
|
if(pCopy != NULL){
|
||||||
free(pCopy);
|
free(pCopy);
|
||||||
|
Reference in New Issue
Block a user