1Kept to help with debugging
2
3Upstream-Status: Pending
4
5Signed-off-by: Morgan Little <morgan.little@windriver.com>
6
7--- eject-2.1.1/eject.c.tn	2005-08-24 11:27:42.000000000 +0200
8+++ eject-2.1.1/eject.c	2005-08-24 11:33:05.000000000 +0200
9@@ -638,7 +638,9 @@
10 	unsigned char sense_buffer[32];
11
12 	if ((ioctl(fd, SG_GET_VERSION_NUM, &k) < 0) || (k < 30000)) {
13-	  printf("not an sg device, or old sg driver\n");
14+	  if (v_option) {
15+		  printf(_("not an sg device, or old sg driver\n"));
16+	  }
17 	  return 0;
18 	}
19
20