Changeset 9c96634 in mainline for uspace/srv/volsrv/part.c
- Timestamp:
- 2017-05-15T18:29:10Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fec333b3
- Parents:
- 8d2dd7f2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/volsrv/part.c
r8d2dd7f2 r9c96634 182 182 183 183 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); 185 186 part->pcnt = vpc_fs; 186 187 part->fstype = fst->fstype;
Note:
See TracChangeset
for help on using the changeset viewer.