mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
[PATCH] fix dbg line in namedev.c
Thanks to Kay Sievers <kay@vrfy.org> for pointing this out.
This commit is contained in:
parent
eb13ff8707
commit
116176b0bd
@ -205,7 +205,7 @@ static int namedev_init_config(void)
|
||||
int retval = 0;
|
||||
struct config_device dev;
|
||||
|
||||
dbg("opening %s to read as permissions config", udev_config_filename);
|
||||
dbg("opening %s to read as config", udev_config_filename);
|
||||
fd = fopen(udev_config_filename, "r");
|
||||
if (fd == NULL) {
|
||||
dbg("Can't open %s", udev_config_filename);
|
||||
|
Loading…
Reference in New Issue
Block a user