summaryrefslogtreecommitdiffhomepage
path: root/dev/launch/src
diff options
context:
space:
mode:
Diffstat (limited to 'dev/launch/src')
-rw-r--r--dev/launch/src/LaunchSrv.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev/launch/src/LaunchSrv.cc b/dev/launch/src/LaunchSrv.cc
index 8c302c6d..40027f65 100644
--- a/dev/launch/src/LaunchSrv.cc
+++ b/dev/launch/src/LaunchSrv.cc
@@ -5,11 +5,12 @@
------------------------------------------- */
#include <LaunchKit/LaunchKit.h>
+#include <libSystem/SystemKit/Err.h>
SInt32 _NeMain(Void) {
- PrintOut(nullptr, "%s", "NeKernel Launcher\n");
+ /// @todo Start LaunchServices.fwrk services, make the launcher manageable too (via mgmt.launch)
- /// @todo Start LaunchServices.fwrk, make the launcher manageable too (via mgmt.launch)
+ NELAUNCH_INFO("Starting services...");
return kErrorSuccess;
}