Blame SOURCES/autofs-5.0.8-remove-stale-debug-message.patch

306fa1
autofs-5.0.8 - remove stale debug message
306fa1
306fa1
From: Ian Kent <raven@themaw.net>
306fa1
306fa1
306fa1
---
306fa1
 modules/parse_sun.c |    1 -
306fa1
 1 file changed, 1 deletion(-)
306fa1
306fa1
diff --git a/modules/parse_sun.c b/modules/parse_sun.c
306fa1
index 8e5c60c..6f0e3c9 100644
306fa1
--- a/modules/parse_sun.c
306fa1
+++ b/modules/parse_sun.c
306fa1
@@ -1397,7 +1397,6 @@ int parse_mount(struct autofs_point *ap, const char *name,
306fa1
 			if (!l) {
306fa1
 				if (!(strstr(myoptions, "fstype=autofs") &&
306fa1
 				      strstr(myoptions, "hosts"))) {
306fa1
-					error(LOGOPT_ANY, "I think I'm a hosts map? l %d", l);
306fa1
 					cache_delete_offset_list(mc, name);
306fa1
 					cache_multi_unlock(me);
306fa1
 					cache_unlock(mc);