Changeset c7bbf029 in mainline for uspace/srv/ns/clonable.c


Ignore:
Timestamp:
2011-04-21T15:45:31Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7da90cd
Parents:
d161715
Message:

improve stack traces and assertions
reduce header files pollution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/ns/clonable.c

    rd161715 rc7bbf029  
    7878        if (list_empty(&cs_req)) {
    7979                /* There was no pending connection request. */
    80                 printf(NAME ": Unexpected clonable server.\n");
     80                printf("%s: Unexpected clonable server.\n", NAME);
    8181                ipc_answer_0(callid, EBUSY);
    8282                return;
Note: See TracChangeset for help on using the changeset viewer.