Changeset 9c96634 in mainline for uspace/srv/volsrv/part.c


Ignore:
Timestamp:
2017-05-15T18:29:10Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fec333b3
Parents:
8d2dd7f2
Message:

CDFS decoding of volume label.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/volsrv/part.c

    r8d2dd7f2 r9c96634  
    182182
    183183        if (fst->name != NULL) {
    184                 log_msg(LOG_DEFAULT, LVL_NOTE, "Found %s", fst->name);
     184                log_msg(LOG_DEFAULT, LVL_NOTE, "Found %s, label '%s'",
     185                    fst->name, info.label);
    185186                part->pcnt = vpc_fs;
    186187                part->fstype = fst->fstype;
Note: See TracChangeset for help on using the changeset viewer.