summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd/handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/httpd/handler.c')
-rw-r--r--cpukit/httpd/handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/httpd/handler.c b/cpukit/httpd/handler.c
index d481ec3c0c..fb42d2d097 100644
--- a/cpukit/httpd/handler.c
+++ b/cpukit/httpd/handler.c
@@ -264,7 +264,7 @@ int websUrlHandlerRequest(webs_t wp)
return 1;
}
if (!websValid(wp)) {
- trace(0,
+ goahead_trace(0,
T("webs: handler %s called websDone, but didn't return 1\n"),
sp->urlPrefix);
return 1;