Module Name:    src
Committed By:   ryo
Date:           Tue Nov 17 17:59:31 UTC 2020

Modified Files:
        src/sys/dev/vmt: vmt_subr.c

Log Message:
use aprint_verbose_dev()


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/vmt/vmt_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/vmt/vmt_subr.c
diff -u src/sys/dev/vmt/vmt_subr.c:1.1 src/sys/dev/vmt/vmt_subr.c:1.2
--- src/sys/dev/vmt/vmt_subr.c:1.1	Tue Oct 27 08:57:11 2020
+++ src/sys/dev/vmt/vmt_subr.c	Tue Nov 17 17:59:31 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: vmt_subr.c,v 1.1 2020/10/27 08:57:11 ryo Exp $ */
+/* $NetBSD: vmt_subr.c,v 1.2 2020/11/17 17:59:31 ryo Exp $ */
 /* $OpenBSD: vmt.c,v 1.11 2011/01/27 21:29:25 dtucker Exp $ */
 
 /*
@@ -165,7 +165,7 @@ vmt_common_attach(struct vmt_softc *sc)
 		uuid.node[5] = u;
 
 		uuid_snprintf(sc->sc_uuid, sizeof(sc->sc_uuid), &uuid);
-		device_printf(sc->sc_dev, "UUID: %s\n", sc->sc_uuid);
+		aprint_verbose_dev(sc->sc_dev, "UUID: %s\n", sc->sc_uuid);
 	}
 
 	callout_init(&sc->sc_tick, 0);

Reply via email to