Changeset 5643a04 in mainline for uspace/srv/fs/tmpfs/tmpfs.c


Ignore:
Timestamp:
2009-10-02T14:03:10Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bbddafb
Parents:
8810c63
Message:

Cleanup of the file system servers' start up text messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/tmpfs/tmpfs.c

    r8810c63 r5643a04  
    5555
    5656vfs_info_t tmpfs_vfs_info = {
    57         .name = "tmpfs",
     57        .name = NAME,
    5858};
    5959
     
    9090        }
    9191       
    92         dprintf("VFS-TMPFS connection established.\n");
     92        dprintf(NAME ": connection opened\n");
    9393        while (1) {
    9494                ipc_callid_t callid;
Note: See TracChangeset for help on using the changeset viewer.