diff options
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ejs/miniMpr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ejs/miniMpr.c b/source4/lib/ejs/miniMpr.c index 2c6f7bea50..2094052b39 100644 --- a/source4/lib/ejs/miniMpr.c +++ b/source4/lib/ejs/miniMpr.c @@ -163,7 +163,7 @@ void mprBreakpoint(const char *file, int line, const char *cond) char *buf; mprAllocSprintf(&buf, MPR_MAX_STRING, "esp exception - ASSERT at %s:%d, %s\n", file, line, cond); - http_exception(buf); + ejs_exception(buf); } #endif /* !BLD_GOAHEAD_WEBSERVER */ |