[1/2] batctl: restate missing sysfs folder error message

Message ID 1328781734-2792-1-git-send-email-lindner_marek@yahoo.de (mailing list archive)
State Accepted, archived
Commit edf8d93b9a6163a06f86330672c417df38d26cf0
Headers

Commit Message

Marek Lindner Feb. 9, 2012, 10:02 a.m. UTC
  Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
---
 functions.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
  

Comments

Marek Lindner Feb. 26, 2012, 8:39 a.m. UTC | #1
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
  

Patch

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;
 }