aboutsummaryrefslogtreecommitdiffstats
path: root/src/nodejs/main.js
diff options
context:
space:
mode:
authorbooo <borgers@mi.fu-berlin.de>2011-01-28 16:08:59 +0100
committerbooo <borgers@mi.fu-berlin.de>2011-01-28 16:08:59 +0100
commite248fe5f83e6e6c62cf66281937014ce23558b2f (patch)
treea5a621f1329052398d53ace4ee9e3fd0132a4ad6 /src/nodejs/main.js
parent30fb6b81a2eb73f78fb621079a2e4332fd53a31f (diff)
downloadosm-xapi-e248fe5f83e6e6c62cf66281937014ce23558b2f.tar.gz
osm-xapi-e248fe5f83e6e6c62cf66281937014ce23558b2f.tar.xz
osm-xapi-e248fe5f83e6e6c62cf66281937014ce23558b2f.zip
xml header
Diffstat (limited to 'src/nodejs/main.js')
-rw-r--r--src/nodejs/main.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nodejs/main.js b/src/nodejs/main.js
index f1197ea..e02d741 100644
--- a/src/nodejs/main.js
+++ b/src/nodejs/main.js
@@ -254,6 +254,7 @@ function getConfig(configPath, callback) {
function init(newConfig) {
config = newConfig;
+ xmlGenerator.config = config;
log.setLevel(config.logLevel);
log.info("server starting...");
log.info("loaded config from " + configPath);