Changeset 0108984a in mainline for kernel/generic/src/ipc/sysipc.c


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/ipc/sysipc.c

    rfb9b0b0 r0108984a  
    4646#include <udebug/udebug_ipc.h>
    4747#include <arch/interrupt.h>
    48 #include <print.h>
    4948#include <syscall/copy.h>
    5049#include <security/cap.h>
     
    900899                return (unative_t) rc;
    901900
    902         printf("sys_ipc_connect_kbox(%lld, %d)\n", taskid_arg.value);
     901        LOG("sys_ipc_connect_kbox(%" PRIu64 ")\n", taskid_arg.value);
    903902
    904903        return ipc_connect_kbox(taskid_arg.value);
Note: See TracChangeset for help on using the changeset viewer.