Changeset 8fa54e3 in mainline for uspace/srv/vfs/vfs_register.c


Ignore:
Timestamp:
2007-10-26T19:43:38Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9f8f183
Parents:
a228687
Message:

Specify the width of the printed text in an argument to printf().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs_register.c

    ra228687 r8fa54e3  
    149149
    150150        dprintf("Processing VFS_REGISTER request received from %p.\n",
    151                 request->in_phone_hash);
     151            request->in_phone_hash);
    152152
    153153        /*
     
    305305        futex_up(&fs_head_futex);
    306306       
    307         dprintf("\"%s\" filesystem successfully registered, handle=%d.\n",
    308             fs_info->vfs_info.name, fs_info->fs_handle);
     307        dprintf("\"%.*s\" filesystem successfully registered, handle=%d.\n",
     308            FS_NAME_MAXLEN, fs_info->vfs_info.name, fs_info->fs_handle);
    309309}
    310310
Note: See TracChangeset for help on using the changeset viewer.