Signed-off-by: Ian Kent <raven@xxxxxxxxxx> --- modules/amd_parse.y | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/amd_parse.y b/modules/amd_parse.y index ce8623d..bfa1d51 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; -- To unsubscribe from this list: send the line "unsubscribe autofs" in