[Olsr-dev] [PATCH v1 009/115] jsoninfo: fix PLUGIN_NAME that is reported on plugin init

Ferry Huberts (spam-protected)
Wed Dec 2 21:27:42 CET 2015


From: Ferry Huberts <(spam-protected)>

Signed-off-by: Ferry Huberts <(spam-protected)>
---
 lib/jsoninfo/src/olsrd_plugin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/jsoninfo/src/olsrd_plugin.c b/lib/jsoninfo/src/olsrd_plugin.c
index d746b68..677784d 100644
--- a/lib/jsoninfo/src/olsrd_plugin.c
+++ b/lib/jsoninfo/src/olsrd_plugin.c
@@ -53,7 +53,7 @@
 #include "olsrd_jsoninfo.h"
 #include "defs.h"
 
-#define PLUGIN_NAME    "JSON info and dyn_gw plugin"
+#define PLUGIN_NAME    "OLSRD jsoninfo plugin"
 #define PLUGIN_VERSION "0.0"
 #define PLUGIN_AUTHOR   "Hans-Christoph Steiner"
 #define MOD_DESC PLUGIN_NAME " " PLUGIN_VERSION " by " PLUGIN_AUTHOR
-- 
2.5.0




More information about the Olsr-dev mailing list