Signed-off-by: Marek Lindner lindner_marek@yahoo.de --- functions.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/functions.c b/functions.c index 0729f15..69a1385 100644 --- a/functions.c +++ b/functions.c @@ -113,7 +113,8 @@ static int check_sys_dir(char *dir) return EXIT_SUCCESS;
printf("Error - the folder '%s' was not found within the sys filesystem\n", dir); - printf("Please make sure that the batman-adv kernel module is loaded\n"); + printf("Please make sure that the batman-adv kernel module is loaded and\n"); + printf("that you have activated your mesh by adding interfaces to batman-adv\n"); return EXIT_FAILURE; }