1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

cleanup: use correct log_sys_debug

This commit is contained in:
Zdenek Kabelac 2024-05-23 00:41:57 +02:00
parent 40cf4ce1e1
commit 9ab2607c7f

View File

@ -344,7 +344,7 @@ struct dev_types *create_dev_types(const char *proc_dir,
}
if (fclose(pd))
log_sys_error("fclose", proc_devices);
log_sys_debug("fclose", proc_devices);
return dt;
bad: