]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/zclient.c
Merge pull request #8008 from chiragshah6/yang_nb5
[mirror_frr.git] / lib / zclient.c
index 6ce2113b9169dba8255b73ac5e0e863ba24aa03c..c5e844933c90a43e5f98eb611a66d87985b5fcac 100644 (file)
@@ -2340,7 +2340,7 @@ struct connected *zebra_interface_address_read(int type, struct stream *s,
                                 * "peer" */
                                flog_err(
                                        EC_LIB_ZAPI_ENCODE,
-                                       "warning: interface %s address %pFX with peer flag set, but no peer address!",
+                                       "interface %s address %pFX with peer flag set, but no peer address!",
                                        ifp->name, ifc->address);
                                UNSET_FLAG(ifc->flags, ZEBRA_IFA_PEER);
                        }