Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/main/shutdown.c

    r1066041 rb2fa1204  
    3737
    3838#include <arch.h>
    39 #include <proc/task.h>
    4039#include <func.h>
    4140#include <print.h>
     41#include <log.h>
    4242
    4343void reboot(void)
     
    4646       
    4747#ifdef CONFIG_DEBUG
    48         printf("Rebooting the system\n");
     48        log(LF_OTHER, LVL_DEBUG, "Rebooting the system");
    4949#endif
    5050       
Note: See TracChangeset for help on using the changeset viewer.