From e60d611ea2b26b06c92513a2e060c2ba348e0142 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 10 Jan 2013 11:59:21 +0100 Subject: add some more debug info to omfile --- tools/omfile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/omfile.c') diff --git a/tools/omfile.c b/tools/omfile.c index 5b0bfb46..451a258b 100644 --- a/tools/omfile.c +++ b/tools/omfile.c @@ -852,6 +852,7 @@ ENDendTransaction BEGINdoAction CODESTARTdoAction DBGPRINTF("file to log to: %s\n", pData->f_fname); + DBGPRINTF("omfile: start of data: '%.128s'\n", ppString[0]); CHKiRet(writeFile(ppString, iMsgOpts, pData)); if(!bCoreSupportsBatching && pData->bFlushOnTXEnd) { CHKiRet(strm.Flush(pData->pStrm)); -- cgit v1.2.3