autofs-5.1.5 - remove a couple of old debug messages From: Ian Kent Remove a couple of debug log messages from lookup_ghost(). These messages have not shown a problem here and should be removed. Signed-off-by: Ian Kent --- CHANGELOG | 1 + daemon/lookup.c | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9fc4a0d1..1a48209e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -20,6 +20,7 @@ xx/xx/2019 autofs-5.1.6 - also use strictexpire for offsets. - remove unused function has_fstab_option(). - remove unused function reverse_mnt_list(). +- remove a couple of old debug messages. 30/10/2018 autofs-5.1.5 - fix flag file permission. diff --git a/daemon/lookup.c b/daemon/lookup.c index 18df9352..bc8bbb7f 100644 --- a/daemon/lookup.c +++ b/daemon/lookup.c @@ -793,11 +793,6 @@ int lookup_ghost(struct autofs_point *ap, const char *root) /* Directory already exists? */ if (!ret) { - /* Shouldn't need this - me->dev = st.st_dev; - me->ino = st.st_ino; - */ - debug(ap->logopt, "me->dev %d me->ino %d", me->dev, me->ino); free(fullpath); goto next; }