From fa5b167f64e316506897c87f201fefcdefef8dee Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Fri, 1 Mar 2013 23:45:30 +0000 Subject: [PATCH] update copyright notice --- bin/named/Makefile.in | 2 +- bin/named/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/named/Makefile.in b/bin/named/Makefile.in index 5184787cf29..36c0a6f2eab 100644 --- a/bin/named/Makefile.in +++ b/bin/named/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004-2013 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 1998-2002 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/named/main.c b/bin/named/main.c index d0a67c5236e..3c55a685763 100644 --- a/bin/named/main.c +++ b/bin/named/main.c @@ -791,7 +791,7 @@ setup(void) { isc_result_totext(result)); isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL, NS_LOGMODULE_MAIN, - ISC_LOG_NOTICE, "starting %s %s%s", ns_g_product, + ISC_LOG_NOTICE, "starting %s %s%s", ns_g_product, ns_g_version, saved_command_line); isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL, NS_LOGMODULE_MAIN, -- 2.47.3