summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd/ejlex.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/httpd/ejlex.c')
-rw-r--r--cpukit/httpd/ejlex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/httpd/ejlex.c b/cpukit/httpd/ejlex.c
index 67e1504bd7..091d17411b 100644
--- a/cpukit/httpd/ejlex.c
+++ b/cpukit/httpd/ejlex.c
@@ -189,7 +189,7 @@ void ejLexFreeInputState(ej_t* ep, ejinput_t* state)
int ejLexGetToken(ej_t* ep, int state)
{
ep->tid = getLexicalToken(ep, state);
- trace(7, T("ejGetToken: %d, \"%s\"\n"), ep->tid, ep->token);
+ goahead_trace(7, T("ejGetToken: %d, \"%s\"\n"), ep->tid, ep->token);
return ep->tid;
}