From 717fb679ee82ef0682273da87d928f12a81599af Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Schmidt?= Date: Wed, 16 Oct 1996 20:59:08 +0000 Subject: [PATCH] Oops forgot to remove a debug printf. --- sys/kern/imgact_elf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/kern/imgact_elf.c b/sys/kern/imgact_elf.c index 5815dd1b81a..7a81ab4d1d2 100644 --- a/sys/kern/imgact_elf.c +++ b/sys/kern/imgact_elf.c @@ -26,7 +26,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: imgact_elf.c,v 1.9 1996/10/03 06:14:48 peter Exp $ + * $Id: imgact_elf.c,v 1.10 1996/10/16 17:51:05 sos Exp $ */ #include @@ -674,7 +674,7 @@ exec_elf_imgact(struct image_params *imgp) } } - uprintf("Executing %s binary\n", elf_brand_list[i]->brand); + UPRINTF("Executing %s binary\n", elf_brand_list[i]->brand); /* * Construct auxargs table (used by the fixup routine) -- 2.45.2