Magellan Linux

Contents of /trunk/cdparanoia/patches/cdparanoia-3.9.8-sgio-verbose.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 896 byte(s)
-import

1 --- cdparanoia-III-alpha9.8/main.c.verbose 2004-04-21 13:07:58.608136480 -0400
2 +++ cdparanoia-III-alpha9.8/main.c 2004-04-21 13:09:04.660095056 -0400
3 @@ -851,7 +851,7 @@
4 if(verbose)
5 cdda_verbose_set(d,CDDA_MESSAGE_PRINTIT,CDDA_MESSAGE_PRINTIT);
6 else
7 - cdda_verbose_set(d,CDDA_MESSAGE_PRINTIT,CDDA_MESSAGE_FORGETIT);
8 + cdda_verbose_set(d,CDDA_MESSAGE_FORGETIT,CDDA_MESSAGE_FORGETIT);
9
10 /* possibly force hand on endianness of drive, sector request size */
11 if(force_cdrom_endian!=-1){
12 @@ -1032,10 +1032,12 @@
13 paranoia_modeset(p,paranoia_mode);
14 if(force_cdrom_overlap!=-1)paranoia_overlapset(p,force_cdrom_overlap);
15
16 +#if 0
17 if(verbose)
18 cdda_verbose_set(d,CDDA_MESSAGE_LOGIT,CDDA_MESSAGE_LOGIT);
19 else
20 cdda_verbose_set(d,CDDA_MESSAGE_FORGETIT,CDDA_MESSAGE_FORGETIT);
21 +#endif
22
23 paranoia_seek(p,cursor=first_sector,SEEK_SET);
24