]> rtime.felk.cvut.cz Git - linux-conf-perf.git/commitdiff
More meaningful error message
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 10 Oct 2015 15:12:22 +0000 (17:12 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 10 Oct 2015 15:12:22 +0000 (17:12 +0200)
scripts/allconfig/allconfig.c

index 19486e4dcf478ad72aadf73c60ad8eb4cc517df1..0b346ceb366c562a829a3628e6b2121c2e1b0f8b 100644 (file)
@@ -67,7 +67,7 @@ int main(int argc, char **argv) {
     if (sym == NULL) {
         Eprintf("Config MODULES not found. Ignoring...\n");
     } else if (sym_get_tristate_value(sym) == yes) {
-        Eprintf("Config MODULES set as yes. This is incompatible.\n");
+        Eprintf("Config MODULES set as yes. This is not supported.\n");
         exit(-4);
     }