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

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