Changeset a47f522 in mainline for uspace/srv/ns/ns.c


Ignore:
Timestamp:
2012-06-01T19:09:51Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1038a9c
Parents:
d92c1ca
Message:

trivial changes (error code reporting, messages)

File:
1 edited

Legend:

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

    rd92c1ca ra47f522  
    4848int main(int argc, char **argv)
    4949{
    50         printf(NAME ": HelenOS IPC Naming Service\n");
     50        printf("%s: HelenOS IPC Naming Service\n", NAME);
    5151       
    5252        int rc = service_init();
Note: See TracChangeset for help on using the changeset viewer.