Changeset af73327a in mainline for uspace/srv/bd/hr/hr.c
- Timestamp:
- 2025-05-08T21:20:23Z (3 weeks ago)
- Children:
- 52e40513
- Parents:
- dbb1e3f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/hr.c
rdbb1e3f raf73327a 115 115 /* 116 116 * If there was a missing device provided 117 * for creation of a new array, abort117 * for creation of a new volume, abort 118 118 */ 119 119 for (i = 0; i < cfg->dev_no; i++) { … … 123 123 * its user error not service error 124 124 */ 125 HR_ERROR("missing device provided for array"125 HR_ERROR("missing device provided for volume " 126 126 "creation, aborting"); 127 127 free(cfg);
Note:
See TracChangeset
for help on using the changeset viewer.