[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdemultimedia/kscd/libwm
From:       Alex Kern <alex.kern () gmx ! de>
Date:       2004-07-04 19:35:08
Message-ID: 20040704193508.68AC499E9 () office ! kde ! org
[Download RAW message or body]

CVS commit by kernalex: 

remove debug statements


  M +1 -1      cdda.c   1.6
  M +1 -4      plat_linux_cdda.c   1.14


--- kdemultimedia/kscd/libwm/cdda.c  #1.5:1.6
@@ -391,5 +391,5 @@ void *cdda_fct_read(void* arg)
             
             if (result <= 0 && blks[i].status != WM_CDM_TRACK_DONE) {
-                ERRORLOG("cdda: wmcdda_read failed\n");
+                ERRORLOG("cdda: wmcdda_read failed, stop playing\n");
                 cddadev->command = WM_CDM_STOPPED;
                 break;

--- kdemultimedia/kscd/libwm/plat_linux_cdda.c  #1.13:1.14
@@ -111,10 +111,8 @@ wmcdda_init(struct cdda_device* pdev)
             if (errno == ENXIO) {
                 /* CD ejected! */
-                ERRORLOG("errno == ENXIO\n");
                 pdev->status = WM_CDM_EJECTED;
                 return 0;
             } else {
                 /* Sometimes it fails once, dunno why */
-                ERRORLOG("CDROMREADAUDIO errno %i\n", errno);
                 pdev->status = WM_CDM_CDDAERROR;
                 return 0;
@@ -202,5 +200,4 @@ wmcdda_read(struct cdda_device* pdev, st
         } else {
             /* Sometimes it fails once, dunno why */
-            ERRORLOG("CDROMREADAUDIO errno %i\n", errno);
             block->status = WM_CDM_CDDAERROR;
             return 0;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic