Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-07-31
2001-07-31 12:01:08 by Per Hedbor <ph@opera.com>
4f928a66b7aee1f93645941ed966a51e44a06b48 (
11
lines) (+
6
/-
5
)
[
Show
|
Annotate
]
Branch:
5.2
Avoid double reporting of compilation errors
Rev: server/base_server/configuration.pike:1.458
3:
// // A site's main configuration
-
constant cvs_version = "$Id: configuration.pike,v 1.
457
2001/07/31
09
:
32
:
20
per Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
458
2001/07/31
12
:
01
:
08
per Exp $";
#include <module.h> #include <module_constants.h> #include <roxen.h>
3147:
} enable_module_batch_msgs = 0; roxenloader.pop_compile_error_handler();
-
if( strlen( ec->get() ) )
-
report_error( "While enabling modules in "+name+":\n"+ec->get() );
-
if( strlen( ec->get_warnings() ) )
-
report_warning( "While enabling modules in "+name+":\n"+ec->get_warnings());
+
//
if( strlen( ec->get() ) )
+
//
report_error( "While enabling modules in "+name+":\n"+ec->get() );
+
//
if( strlen( ec->get_warnings() ) )
+
//
report_warning( "While enabling modules in "+name+":\n"+ec->get_warnings());
} foreach( ({this_object()})+indices( otomod ), RoxenModule mod )