Changeset a57dde4 in mainline for uspace/srv/bd/hr/raid1.c


Ignore:
Timestamp:
2025-03-28T21:28:21Z (4 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
b04f7af
Parents:
5fe0b9b5
Message:

hr: use func for DEBUG printing fcn names

File:
1 edited

Legend:

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

    r5fe0b9b5 ra57dde4  
    147147errno_t hr_raid1_add_hotspare(hr_volume_t *vol, service_id_t hotspare)
    148148{
    149         HR_DEBUG("hr_raid1_add_hotspare()\n");
     149        HR_DEBUG("%s()", __func__);
    150150
    151151        errno_t rc = EOK;
     
    470470static errno_t hr_raid1_rebuild(void *arg)
    471471{
    472         HR_DEBUG("hr_raid1_rebuild()\n");
     472        HR_DEBUG("%s()", __func__);
    473473
    474474        hr_volume_t *vol = arg;
Note: See TracChangeset for help on using the changeset viewer.