]> rtime.felk.cvut.cz Git - linux-conf-perf.git/commitdiff
parse_kconfig change error message to more informative
authorKarel Kočí <cynerd@email.cz>
Sun, 12 Apr 2015 10:16:55 +0000 (12:16 +0200)
committerKarel Kočí <cynerd@email.cz>
Sun, 12 Apr 2015 10:16:55 +0000 (12:16 +0200)
scripts/parse_kconfig/parser.c

index 9157622bf0fbd410727c4f2582fbdbe9047e898c..3dde8e4b2cb36a3e0780bf507ad15349aeff7b38 100644 (file)
@@ -35,7 +35,7 @@ int main(int argc, char **argv) {
     }
 
     if (file == NULL) {
-        Eprintf("No input file specified\n");
+        Eprintf("No Kconfig input file specified\n");
         exit(2);
     }
     if (folder == NULL) {