forked from Mirror/frr
lib: fix error message to reference FRR
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
This commit is contained in:
parent
ef8a03ccd1
commit
7c4e6ea920
|
@ -110,7 +110,7 @@ struct frrmod_runtime *frrmod_load(const char *spec,
|
||||||
dlclose(handle);
|
dlclose(handle);
|
||||||
if (err)
|
if (err)
|
||||||
snprintf(err, err_len,
|
snprintf(err, err_len,
|
||||||
"\"%s\" is not a Quagga module: %s",
|
"\"%s\" is not an FRR module: %s",
|
||||||
name, dlerror());
|
name, dlerror());
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue