The following commit has been merged in the next branch: commit edf8d93b9a6163a06f86330672c417df38d26cf0 Author: Marek Lindner lindner_marek@yahoo.de Date: Thu Feb 9 18:02:13 2012 +0800
batctl: restate missing sysfs folder error message
Signed-off-by: Marek Lindner lindner_marek@yahoo.de
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; }