cmdlink: use different name while printing symlinks/mount points

This commit is contained in:
Robert Swiecki 2017-06-29 00:38:20 +02:00
parent e4aba73385
commit ac2928d1c2

View File

@ -226,7 +226,7 @@ void cmdlineLogParams(struct nsjconf_t *nsjconf)
{
struct mounts_t *p;
TAILQ_FOREACH(p, &nsjconf->mountpts, pointers) {
LOG_I("Mount point: %s", mountDescribeMountPt(p));
LOG_I("%s: %s", p->isSymlink ? "Symlink" : "Mount point", mountDescribeMountPt(p));
}
}
{