homed: make sure we log about invalid user records we load

This commit is contained in:
Lennart Poettering 2020-05-20 17:26:17 +02:00
parent 20f4a308bf
commit b847192699
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ static int manager_add_home_by_record(
if (!hr)
return log_oom();
r = user_record_load(hr, v, USER_RECORD_LOAD_REFUSE_SECRET);
r = user_record_load(hr, v, USER_RECORD_LOAD_REFUSE_SECRET|USER_RECORD_LOG);
if (r < 0)
return r;