Changeset 406 for trunk/kernel/devices/dev_txt.c
- Timestamp:
- Aug 29, 2017, 12:03:37 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/devices/dev_txt.c
r296 r406 101 101 thread_t * this = CURRENT_THREAD; 102 102 103 txt_dmsg("\n[ INFO] in %s : thread %x in process %x enters\n",103 txt_dmsg("\n[DMSG] in %s : thread %x in process %x enters\n", 104 104 __FUNCTION__ , this->trdid , this->process->pid ); 105 105 … … 123 123 chdev_register_command( dev_xp , this ); 124 124 125 txt_dmsg("\n[ INFO] in %s : thread %x in process %x completes / error = %d\n",125 txt_dmsg("\n[DMSG] in %s : thread %x in process %x completes / error = %d\n", 126 126 __FUNCTION__ , this->trdid , this->process->pid , this->txt_cmd.error ); 127 127
Note: See TracChangeset
for help on using the changeset viewer.