|
Subject: PATCH/FIX for drivers/cdrom/cdrom.c Newsgroups: gmane.linux.kernel Date: 2006-08-16 17:26:02 GMT (2 years, 46 weeks, 1 day, 11 hours and 33 minutes ago) I have changed a message that didn't clearly tell the user what was goin on... Please have a look! Thank you, Dirk --- drivers/cdrom/cdrom.c.old 2006-08-16 19:04:11.000000000 +0200 +++ drivers/cdrom/cdrom.c 2006-08-16 19:04:51.000000000 +0200 @@ -2455,7 +2455,7 @@ if (tracks.data > 0) return CDS_DATA_1; /* Policy mode off */ - cdinfo(CD_WARNING,"This disc doesn't have any tracks I recognize!\n"); + cdinfo(CD_WARNING,"I'm a stupid fuck that will repeat this interesting message while endlessly trying to access the media you just inserted until your CD/DVD burning task is eventually fucked\n"); return CDS_NO_INFO; } |
|
|