runtime: Update core config panic_reset command suggestion message

pull/1362/head
David Nadlinger 2019-09-10 19:30:38 +01:00
parent ddd34e5a9c
commit 6d6f66338b
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ pub fn panic_impl(info: &core::panic::PanicInfo) -> ! {
unsafe { boot::reset() }
} else {
println!("halting.");
println!("use `artiq_coreconfig write -s panic_reset 1` to restart instead");
println!("use `artiq_coremgmt config write -s panic_reset 1` to restart instead");
loop {}
}
}