Date: Sun, 10 Jan 2010 00:14:04 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r201966 - head/sys/boot/ia64/efi Message-ID: <201001100014.o0A0E4xv058316@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marcel Date: Sun Jan 10 00:14:04 2010 New Revision: 201966 URL: http://svn.freebsd.org/changeset/base/201966 Log: Remove debugging printf(). There's no need to print the image base address anymore. Modified: head/sys/boot/ia64/efi/main.c Modified: head/sys/boot/ia64/efi/main.c ============================================================================== --- head/sys/boot/ia64/efi/main.c Sun Jan 10 00:08:26 2010 (r201965) +++ head/sys/boot/ia64/efi/main.c Sun Jan 10 00:14:04 2010 (r201966) @@ -127,8 +127,6 @@ main(int argc, CHAR16 *argv[]) /* Get our loaded image protocol interface structure. */ BS->HandleProtocol(IH, &imgid, (VOID**)&img); - printf("Image base: 0x%016lx\n", (u_long)img->ImageBase); - printf("\n"); printf("%s, Revision %s\n", bootprog_name, bootprog_rev); printf("(%s, %s)\n", bootprog_maker, bootprog_date);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001100014.o0A0E4xv058316>