X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=lib%2Flog.c;h=b55a1c2ecf312540e45eb325daf554449de98f59;hb=293067f086565c294862b954bf58e1680d758280;hp=8ee9e27d966f6450acdd22bf7441afc656f4f564;hpb=7217de2d8add45e71b49a15df965cc1d26389d5f;p=mirror_frr.git diff --git a/lib/log.c b/lib/log.c index 8ee9e27d9..b55a1c2ec 100644 --- a/lib/log.c +++ b/lib/log.c @@ -14,10 +14,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with GNU Zebra; see the file COPYING. If not, write to the Free - * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. + * You should have received a copy of the GNU General Public License along + * with this program; see the file COPYING; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #define FRR_DEFINE_DESC_TABLE @@ -764,12 +763,6 @@ closezlog (void) zlog_default = NULL; } -const char * -zlog_protoname (void) -{ - return zlog_default ? zlog_default->protoname : "NONE"; -} - /* Called from command.c. */ void zlog_set_level (zlog_dest_t dest, int log_level)