]> git.puffer.fish Git - matthieu/frr.git/commitdiff
lib: fix error message to reference FRR
authorJafar Al-Gharaibeh <jafar@atcorp.com>
Wed, 12 Jul 2017 16:42:25 +0000 (11:42 -0500)
committerJafar Al-Gharaibeh <jafar@atcorp.com>
Wed, 12 Jul 2017 16:42:25 +0000 (11:42 -0500)
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
lib/module.c

index c7dd5538cd9cf5b9e5921ea756c5837629388bf4..140fd87b99bc1b54f6deae3c8d9b19c780a34f25 100644 (file)
@@ -110,7 +110,7 @@ struct frrmod_runtime *frrmod_load(const char *spec,
                dlclose(handle);
                if (err)
                        snprintf(err, err_len,
-                                       "\"%s\" is not a Quagga module: %s",
+                                       "\"%s\" is not an FRR module: %s",
                                        name, dlerror());
                return NULL;
        }