Changeset 8f5a09d in mainline


Ignore:
Timestamp:
2020-01-09T01:04:58Z (4 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
8c0e392
Parents:
7959879
git-author:
Matthieu Riolo <matthieu.riolo@…> (2020-01-06 20:51:06)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2020-01-09 01:04:58)
Message:

Correcting sysman_log output to display the options of a mount

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/sysman/units/unit_mnt.c

    r7959879 r8f5a09d  
    151151{
    152152        mount_data_t *mnt_data = arg;
    153         sysman_log(LVL_DEBUG2, "%s(%p, %p, %p, %p, %x, %u)",
     153        sysman_log(LVL_DEBUG2, "%s(%s, %s, %s, %s, %x, %u)",
    154154            __func__,
    155155            mnt_data->type, mnt_data->mountpoint, mnt_data->device, mnt_data->options,
Note: See TracChangeset for help on using the changeset viewer.