diff --git a/src/init.c b/src/init.c index 9c98b37..56bd8fd 100644 --- a/src/init.c +++ b/src/init.c @@ -1268,7 +1268,7 @@ int main(int argc, char *argv[]) } if (mount("dev", "/dev", "devtmpfs", MS_NOSUID, NULL) == -1) { - perror("mount sysfs failed"); + perror("mount devtmpfs failed"); return -1; }