summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kern/xcall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/xcall.c b/kern/xcall.c
index 2096f61..74a5bcb 100644
--- a/kern/xcall.c
+++ b/kern/xcall.c
@@ -177,7 +177,7 @@ xcall_intr(void)
if (call) {
xcall_process(call);
} else {
- log_warning("xcall: spurious interrupt on cpu%u", cpu_id());
+ log_err("xcall: spurious interrupt on cpu%u", cpu_id());
}
syscnt_inc(&cpu_data->sc_received);