summaryrefslogtreecommitdiff
path: root/colm/pdarun.c
diff options
context:
space:
mode:
Diffstat (limited to 'colm/pdarun.c')
-rw-r--r--colm/pdarun.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/colm/pdarun.c b/colm/pdarun.c
index ff93e544..b5843dce 100644
--- a/colm/pdarun.c
+++ b/colm/pdarun.c
@@ -207,6 +207,9 @@ static void sendBackText( FsmRun *fsmRun, InputStream *inputStream, const char *
if ( length == 0 )
return;
+ debug( REALM_PARSE, "sending back text: %.*s\n",
+ (int)length, data );
+
undoConsumeData( fsmRun, inputStream, data, length );
undoPosition( inputStream, data, length );
}