Ignore:
Timestamp:
2008-09-17T13:38:18Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c9a29d6
Parents:
fb9b0b0
Message:

Use LOG() instead of printf() for debug messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/udebug/udebug_ipc.c

    rfb9b0b0 r0108984a  
    3636 */
    3737 
    38 #include <print.h>
    3938#include <proc/task.h>
    4039#include <proc/thread.h>
     
    103102        int rc;
    104103
    105         //printf("debug_go()\n");
    106 
    107104        t = (thread_t *)IPC_GET_ARG2(call->data);
    108105
     
    119116        thread_t *t;
    120117        int rc;
    121 
    122         printf("debug_stop()\n");
    123118
    124119        t = (thread_t *)IPC_GET_ARG2(call->data);
Note: See TracChangeset for help on using the changeset viewer.