[PATCH] fix dbg line in namedev.c

Thanks to Kay Sievers <kay@vrfy.org> for pointing this out.
This commit is contained in:
greg@kroah.com 2003-10-21 21:47:50 -07:00 committed by Greg KH
parent eb13ff8707
commit 116176b0bd
1 changed files with 1 additions and 1 deletions

View File

@ -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);