Changeset af73327a in mainline for uspace/srv/bd/hr/hr.c


Ignore:
Timestamp:
2025-05-08T21:20:23Z (3 weeks ago)
Author:
Miroslav Cimerman <mc@…>
Children:
52e40513
Parents:
dbb1e3f
Message:

hr: use the term 'volume' instead of 'array'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/hr/hr.c

    rdbb1e3f raf73327a  
    115115        /*
    116116         * If there was a missing device provided
    117          * for creation of a new array, abort
     117         * for creation of a new volume, abort
    118118         */
    119119        for (i = 0; i < cfg->dev_no; i++) {
     
    123123                         * its user error not service error
    124124                         */
    125                         HR_ERROR("missing device provided for array "
     125                        HR_ERROR("missing device provided for volume "
    126126                            "creation, aborting");
    127127                        free(cfg);
Note: See TracChangeset for help on using the changeset viewer.