Skip to content

Commit cb8f1e7

Browse files
committed
feat: log jumping into application
Signed-off-by: Martin Kröning <[email protected]>
1 parent 2a6f779 commit cb8f1e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ extern "C" fn initd(_arg: usize) {
158158
// give the IP thread time to initialize the network interface
159159
core_scheduler().reschedule();
160160

161+
info!("Jumping into application");
162+
161163
#[cfg(not(test))]
162164
unsafe {
163165
// And finally start the application.

0 commit comments

Comments
 (0)