Changeset 407 for trunk/kernel/devices/dev_mmc.c
- Timestamp:
- Nov 7, 2017, 3:08:12 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/devices/dev_mmc.c
r406 r407 99 99 thread_t * this = CURRENT_THREAD; 100 100 101 mmc_dmsg("\n[D MSG] %s enters for thread %x in process %x / buf_xp = %l\n",101 mmc_dmsg("\n[DBG] %s enters for thread %x in process %x / buf_xp = %l\n", 102 102 __FUNCTION__ , this->trdid , this->process->pid , buf_xp ); 103 103 … … 124 124 error = dev_mmc_access( this ); 125 125 126 mmc_dmsg("\n[D MSG] %s completes for thread %x in process %x / error = %d\n",126 mmc_dmsg("\n[DBG] %s completes for thread %x in process %x / error = %d\n", 127 127 __FUNCTION__ , this->trdid , this->process->pid , error ); 128 128 … … 139 139 thread_t * this = CURRENT_THREAD; 140 140 141 mmc_dmsg("\n[D MSG] %s enters for thread %x in process %x / buf_xp = %l\n",141 mmc_dmsg("\n[DBG] %s enters for thread %x in process %x / buf_xp = %l\n", 142 142 __FUNCTION__ , this->trdid , this->process->pid , buf_xp ); 143 143 … … 164 164 error = dev_mmc_access( this ); 165 165 166 mmc_dmsg("\n[D MSG] %s completes for thread %x in process %x / error = %d\n",166 mmc_dmsg("\n[DBG] %s completes for thread %x in process %x / error = %d\n", 167 167 __FUNCTION__ , this->trdid , this->process->pid , error ); 168 168
Note: See TracChangeset
for help on using the changeset viewer.