From 4f0dd2822ce7922e5c5f9e1004e38d55c85e614a Mon Sep 17 00:00:00 2001 From: rocky Date: Tue, 10 Aug 2004 03:47:57 +0000 Subject: [PATCH] Ooops. Debug info creapt in. --- src/util.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/util.c b/src/util.c index 4f362aea..fbf633e0 100644 --- a/src/util.c +++ b/src/util.c @@ -1,5 +1,5 @@ /* - $Id: util.c,v 1.21 2004/08/10 03:44:56 rocky Exp $ + $Id: util.c,v 1.22 2004/08/10 03:47:57 rocky Exp $ Copyright (C) 2003, 2004 Rocky Bernstein @@ -340,8 +340,7 @@ print_mmc_drive_features(CdIo *p_cdio) case CDIO_MMC_FEATURE_DVD_CSS: printf("Ability to perform DVD CSS/CPPM authentication and" " RPC\n"); -#if 1 - printf("\tp[2] %x\n", p[2]); +#if 0 printf("\tMedium does%s have Content Scrambling (CSS/CPPM)\n", (p[2] & 1) ? "": "not "); #endif