summaryrefslogtreecommitdiffstats
path: root/src/usr/console/daemon.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/console/daemon.C')
-rw-r--r--src/usr/console/daemon.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/console/daemon.C b/src/usr/console/daemon.C
index 0887afc7c..1e8434827 100644
--- a/src/usr/console/daemon.C
+++ b/src/usr/console/daemon.C
@@ -61,7 +61,7 @@ namespace CONSOLE
{
// Detach and register daemon with shutdown path.
task_detach();
- INITSERVICE::registerShutdownEvent(g_msgq, SYNC,
+ INITSERVICE::registerShutdownEvent(CONSOLE_COMP_ID, g_msgq, SYNC,
INITSERVICE::CONSOLE_PRIORITY);
// Create a default output UART device if there isn't already one.
OpenPOWER on IntegriCloud