diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-08-23 05:21:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:34:23 -0500 |
commit | 8f9478b09d39d8c13871684a6af3d3e1629a0e84 (patch) | |
tree | 282e9f837fa18e9c5e7d26049cfb2818c1c6bfa9 /source4/lib | |
parent | a92e61c4528b46628275216c9252a7a7f6e07dfc (diff) | |
download | samba-8f9478b09d39d8c13871684a6af3d3e1629a0e84.tar.gz samba-8f9478b09d39d8c13871684a6af3d3e1629a0e84.tar.bz2 samba-8f9478b09d39d8c13871684a6af3d3e1629a0e84.zip |
r9504: use some low level ejs hackery to give much better exception error messages in both
the web server and smbscript. We can now give backtraces for all internal asserts, not
just high level errors
(This used to be commit 84c756b25ccb2bd75360bdb9b7b7643975d1f3b3)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/appweb/ejs/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/appweb/ejs/config.h b/source4/lib/appweb/ejs/config.h index 320318a0b2..de8a1096c9 100644 --- a/source4/lib/appweb/ejs/config.h +++ b/source4/lib/appweb/ejs/config.h @@ -8,7 +8,7 @@ #define BLD_APPWEB_CONFIG "normal.conf" #define BLD_APPWEB 0 #define BLD_COMPANY "Mbedthis" -#define BLD_DEBUG 1 +#define BLD_DEBUG 0 #define BLD_DIRS "bootstrap include obj bin mpr ejs esp http doc appWeb appWebSamples images" #define BLD_HTTP_PORT 7777 #define BLD_LIB_VERSION "1.0.0" |