From 0ad5dd083750edcd56adf6f1e88445494c57dc51 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 11 Jan 2012 00:28:12 -0200 Subject: config: deprecate 'include' and 'config' commands --- libkmod/libkmod-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libkmod/libkmod-config.c') diff --git a/libkmod/libkmod-config.c b/libkmod/libkmod-config.c index 49e33e7..a5c6d11 100644 --- a/libkmod/libkmod-config.c +++ b/libkmod/libkmod-config.c @@ -576,7 +576,7 @@ static int kmod_config_parse(struct kmod_config *config, int fd, softdeps); } else if (streq(cmd, "include") || streq(cmd, "config")) { - INFO(ctx, "%s: command %s not implemented yet\n", + ERR(ctx, "%s: command %s is deprecated and not parsed anymore\n", filename, cmd); } else { syntax_error: -- cgit v1.2.3