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


Ignore:
Timestamp:
2010-06-29T15:29:53Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c5da138
Parents:
724d643
Message:

LOG() adds newline already

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/sysipc.c

    r724d643 rfa3b8e4  
    11501150                return (unative_t) rc;
    11511151       
    1152         LOG("sys_ipc_connect_kbox(%" PRIu64 ")\n", taskid_arg.value);
     1152        LOG("sys_ipc_connect_kbox(%" PRIu64 ")", taskid_arg.value);
    11531153       
    11541154        return ipc_connect_kbox(taskid_arg.value);
Note: See TracChangeset for help on using the changeset viewer.