Changeset 406 for trunk/kernel/syscalls/sys_trace.c
- Timestamp:
- Aug 29, 2017, 12:03:37 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/syscalls/sys_trace.c
r124 r406 49 49 // desactivate thread trace TODO 50 50 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", 52 52 __FUNCTION__ , trdid , pid ); 53 53 } … … 56 56 // activate thread trace TODO 57 57 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", 59 59 __FUNCTION__ , trdid , pid ); 60 60 }
Note: See TracChangeset
for help on using the changeset viewer.