#define ERROR(x...) KLOG_ERROR("init", x)
#define NOTICE(x...) KLOG_NOTICE("init", x)
#define INFO(x...) KLOG_INFO("init", x)
./builtins.c:772: INFO("cannot attach mtd%d", n);
./builtins.c:780: INFO("cannot get information about newly created UBI device");
./builtins.c:815: INFO("do_ubiattach got wrong target(%s)\n", target);
./builtins.c:822: INFO("do_ubiattach got wrong target(%s)\n", target);
./builtins.c:830: INFO("do_ubiattach got wrong target(%s)\n", target);
./builtins.c:837: INFO("cannot open libubi");
./builtins.c:844: err = ubi_get_info(libubi, &ubi_info);
./builtins.c:846: INFO("cannot get UBI information");
./builtins.c:851: INFO("MTD detach/detach feature is not supported by your kernel");
./builtins.c:858: INFO("cannot remove ubi%d", devn);
./builtins.c:865: INFO("cannot detach mtd%d", mtdn);
./builtins.c:872: INFO("cannot detach \"%s\"", dev);
./keychords.c:118: INFO("starting service %s from keychord\n", svc->name);
./util.c:114: INFO("Created socket '%s' with mode '%o', user '%d', group '%d'\n",
./util.c:194: INFO("mtd partition %d, %s\n", mtdnum, mtdname + 1);
./util.c:252:INFO("open /proc/inand success \n");
./util.c:268: INFO("inand partition %d, %s\n", inandnum, inandname + 1);
./init.c:255: INFO("args[%d] = '%s'\n", n, svc->args[n]);
./init.c:258: INFO("env[%d] = '%s'\n", n, ENV[n]);
./init.c:536: INFO("processing action %p (%s)\n", cur_action, cur_action->name);
./init.c:546: INFO("command '%s' r=%d\n", cur_command->args[0], ret);
555

被折叠的 条评论
为什么被折叠?



