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);
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to