diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-07-14 17:30:56 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-07-14 17:30:56 +0200 |
| commit | 22106bbf6870c19db1a06f3182b894c852686eae (patch) | |
| tree | 9b2c8861988a80aa42d3095b804190e38d409903 /lib/module.c | |
| parent | 98f65ee0b1a147b2852bf22f6d2c08d8563c124e (diff) | |
| parent | 888efdbb5ec4e895f44f0307348a02fd6c61b579 (diff) | |
Merge remote-tracking branch 'frr/master' into table-hash-ospf6-lsdb-refactor
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/module.c')
| -rw-r--r-- | lib/module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/module.c b/lib/module.c index c7dd5538cd..140fd87b99 100644 --- a/lib/module.c +++ b/lib/module.c @@ -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; } |
