diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-03 18:03:29 +0000 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-14 20:02:05 +0000 | 
| commit | af4c27286d8eb3f347ff431a17a47a8d07cd8976 (patch) | |
| tree | caf5eae55c21f72baec4945cdb2cbc333d99f916 /ospfd/ospf_main.c | |
| parent | fa8b3ca66abee50e57034ef594883011f302057b (diff) | |
*: rename zlog_fer -> flog_err
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'ospfd/ospf_main.c')
| -rw-r--r-- | ospfd/ospf_main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_main.c b/ospfd/ospf_main.c index c3f919ef1e..6dadc05bba 100644 --- a/ospfd/ospf_main.c +++ b/ospfd/ospf_main.c @@ -215,7 +215,7 @@ int main(int argc, char **argv)  	   ospf',  	   when quagga(ospfd) is restarted */  	if (!ospf_get_instance(instance)) { -		zlog_ferr(OSPF_ERR_INIT_FAIL, "OSPF instance init failed: %s", +		flog_err(OSPF_ERR_INIT_FAIL, "OSPF instance init failed: %s",  			  strerror(errno));  		exit(1);  	}  | 
