Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jan 2009 18:29:47 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 155731 for review
Message-ID:  <200901061829.n06ITlmu007775@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=155731

Change 155731 by hselasky@hselasky_laptop001 on 2009/01/06 18:29:31

	
	Make printout more informative. Reported by:
	Volker

Affected files ...

.. //depot/projects/usb/src/usr.sbin/usbconfig/usbconfig.c#10 edit

Differences ...

==== //depot/projects/usb/src/usr.sbin/usbconfig/usbconfig.c#10 (text+ko) ====

@@ -562,7 +562,7 @@
 	}
 
 	if (matches == 0) {
-		printf("No device match\n");
+		printf("No device match or lack of permissions.\n");
 	}
 done:
 	reset_options(opt);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901061829.n06ITlmu007775>