diff options
| author | zy <[email protected]> | 2023-11-16 21:08:27 -0500 |
|---|---|---|
| committer | zy <[email protected]> | 2023-11-16 21:08:27 -0500 |
| commit | 6397e0da75473c75a15695dbf8b27b3dac43fe07 (patch) | |
| tree | d38a858ce4a394efc62b5274c1281648e262ecd1 /source/module/monitor_timer.c | |
| parent | d0c662d1819cc8fc87b59a6fa4b1c6bb44ade9a0 (diff) | |
init && exit
Diffstat (limited to 'source/module/monitor_timer.c')
| -rw-r--r-- | source/module/monitor_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/module/monitor_timer.c b/source/module/monitor_timer.c index 96152a3..2bef95d 100644 --- a/source/module/monitor_timer.c +++ b/source/module/monitor_timer.c @@ -200,5 +200,5 @@ void cancel_all_hrTimer(void) { TIMER_CANCEL(timer); } - printk("HrTimer cancel,module keep %d hrtimer for now\n", kernel_wtimer_num); + printk(KERN_INFO "HrTimer cancel,module keep %d hrtimer for now\n", kernel_wtimer_num); }
\ No newline at end of file |
