[1/2] batctl: restate missing sysfs folder error message
Commit Message
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
---
functions.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Comments
On Thursday, February 09, 2012 18:02:13 Marek Lindner wrote:
> Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
> ---
> functions.c | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
Applied in revision edf8d93.
Regards,
Marek
@@ -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;
}