[Midnightbsd-cvs] src [8167] trunk/sys/boot/zfs/zfsimpl.c: zfs boot: print only an attribute name in fzap_list

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Sep 16 22:35:14 EDT 2016


Revision: 8167
          http://svnweb.midnightbsd.org/src/?rev=8167
Author:   laffer1
Date:     2016-09-16 22:35:14 -0400 (Fri, 16 Sep 2016)
Log Message:
-----------
zfs boot: print only an attribute name in fzap_list

Modified Paths:
--------------
    trunk/sys/boot/zfs/zfsimpl.c

Modified: trunk/sys/boot/zfs/zfsimpl.c
===================================================================
--- trunk/sys/boot/zfs/zfsimpl.c	2016-09-17 02:33:10 UTC (rev 8166)
+++ trunk/sys/boot/zfs/zfsimpl.c	2016-09-17 02:35:14 UTC (rev 8167)
@@ -1418,7 +1418,8 @@
 			 */
 			value = fzap_leaf_value(&zl, zc);
 
-			printf("%s 0x%jx\n", name, (uintmax_t)value);
+			//printf("%s 0x%jx\n", name, (uintmax_t)value);
+			printf("%s\n", name);
 		}
 	}
 



More information about the Midnightbsd-cvs mailing list