mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
test-mountpoint-util: improve output a bit
This commit is contained in:
parent
68c2b5ddb1
commit
c569d529ec
@ -81,10 +81,11 @@ static void test_mnt_id(void) {
|
||||
continue;
|
||||
}
|
||||
|
||||
log_debug("mnt ids of %s are %i, %i\n", p, mnt_id, mnt_id2);
|
||||
|
||||
if (mnt_id == mnt_id2)
|
||||
if (mnt_id == mnt_id2) {
|
||||
log_debug("mnt ids of %s is %i\n", p, mnt_id);
|
||||
continue;
|
||||
} else
|
||||
log_debug("mnt ids of %s are %i, %i\n", p, mnt_id, mnt_id2);
|
||||
|
||||
/* The ids don't match? If so, then there are two mounts on the same path, let's check if
|
||||
* that's really the case */
|
||||
|
Loading…
Reference in New Issue
Block a user