namespace: unify logging in mount_tmpfs

Fixes: abad72be4d
Follow up: #16426
This commit is contained in:
Christian Göttsche 2020-07-11 21:12:55 +02:00
parent db06c162e8
commit f2df56bfea
1 changed files with 1 additions and 1 deletions

View File

@ -876,7 +876,7 @@ static int mount_tmpfs(const MountEntry *m) {
r = label_fix_container(entry_path, source_path, 0);
if (r < 0)
return log_error_errno(r, "Failed to fix label of '%s' as '%s': %m", entry_path, source_path);
return log_debug_errno(r, "Failed to fix label of '%s' as '%s': %m", entry_path, source_path);
return 1;
}