summaryrefslogtreecommitdiff
path: root/node-startup-controller/main.c
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-08-01 16:04:02 +0100
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-08-01 16:04:02 +0100
commita85bb6d0d5f966d807de9a3693457904f2064939 (patch)
tree95dfa6d5dde8ccbf8c7d5d25eeb919a66b5a3689 /node-startup-controller/main.c
parentdfedc09b1ebd7b66ad0198419802e4ce27fcef4f (diff)
downloadnode-startup-controller-a85bb6d0d5f966d807de9a3693457904f2064939.tar.gz
Adjust DLT log levels (info -> debug, some warnings, some errors)
Diffstat (limited to 'node-startup-controller/main.c')
-rw-r--r--node-startup-controller/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/node-startup-controller/main.c b/node-startup-controller/main.c
index 7667984..c3093d9 100644
--- a/node-startup-controller/main.c
+++ b/node-startup-controller/main.c
@@ -149,7 +149,7 @@ main (int argc,
/* start the legacy app handler */
if (!la_handler_service_start (la_handler_service, &error))
{
- DLT_LOG (controller_context, DLT_LOG_ERROR,
+ DLT_LOG (controller_context, DLT_LOG_FATAL,
DLT_STRING ("Failed to start the legacy app handler service: "),
DLT_STRING (error->message));