Ignore:
File:
1 edited

Legend:

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

    rb2fa1204 r9d58539  
    3939#include <func.h>
    4040#include <print.h>
    41 #include <log.h>
    4241
    4342void reboot(void)
     
    4645       
    4746#ifdef CONFIG_DEBUG
    48         log(LF_OTHER, LVL_DEBUG, "Rebooting the system");
     47        printf("Rebooting the system\n");
    4948#endif
    5049       
Note: See TracChangeset for help on using the changeset viewer.