aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorIan Kent <raven@themaw.net>2016-09-03 08:50:11 +0800
committerIan Kent <raven@themaw.net>2016-10-25 09:37:25 +0800
commit3d1405b69a8e6f61356fd3e617176b01068bcd6d (patch)
tree667d8fa64b659a688a07a25691c1badb747b6853 /modules
parentf1d9dad699451d908f4ebd36d1f1cf3ed6073862 (diff)
downloadautofs-3d1405b69a8e6f61356fd3e617176b01068bcd6d.tar.gz
autofs-5.1.2 - fix cachefs parse message not being logged
Signed-off-by: Ian Kent <raven@themaw.net>
Diffstat (limited to 'modules')
-rw-r--r--modules/amd_parse.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/amd_parse.y b/modules/amd_parse.y
index ce8623d4..bfa1d513 100644
--- a/modules/amd_parse.y
+++ b/modules/amd_parse.y
@@ -301,6 +301,7 @@ option_assignment: MAP_OPTION OPTION_ASSIGN FS_TYPE
} else if (!strcmp($3, "cachefs")) {
sprintf(msg_buf, "file syatem %s is not "
"supported by autofs, ignored", $3);
+ amd_msg(msg_buf);
} else {
amd_notify($1);
YYABORT;