lib: fix error message to reference FRR

Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
This commit is contained in:
Jafar Al-Gharaibeh 2017-07-12 11:42:25 -05:00
parent ef8a03ccd1
commit 7c4e6ea920

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