Ignore:
Timestamp:
Aug 29, 2017, 12:03:37 PM (7 years ago)
Author:
alain
Message:

This version executed successfully the user "init" process on a mono-processor TSAR architecture.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/syscalls/sys_trace.c

    r124 r406  
    4949        // desactivate thread trace TODO
    5050
    51             printk("\n[INFO] %s : trace OFF  for thread %x in process %x\n",
     51            printk("\n[DMSG] %s : trace OFF  for thread %x in process %x\n",
    5252               __FUNCTION__ , trdid , pid );
    5353    }
     
    5656        // activate thread trace TODO
    5757                   
    58             printk("\n[INFO] %s : trace ON for thread %x in process %x\n",
     58            printk("\n[DMSG] %s : trace ON for thread %x in process %x\n",
    5959               __FUNCTION__ , trdid , pid );
    6060    }
Note: See TracChangeset for help on using the changeset viewer.