]> git.sesse.net Git - vlc/blobdiff - modules/access/vcd/cdrom.c
No need to add a '\n' at the end of messages passed to msg_*
[vlc] / modules / access / vcd / cdrom.c
index 4ac51277dc4c0757e89db177c5420bce493ca96f..5ece9962c2c871bb8b960dd5f2884cda6204c435 100644 (file)
@@ -728,7 +728,7 @@ int ioctl_ReadSectors( vlc_object_t *p_this, const vcddev_t *p_vcddev,
         }
         if( sc.retsts || sc.error )
         {
-            msg_Err( p_this, "SCSI command failed: status %d error %d\n",
+            msg_Err( p_this, "SCSI command failed: status %d error %d",
                              sc.retsts, sc.error );
             if( i_type == VCD_TYPE ) free( p_block );
            return -1;