Added FreeBSD upstream bug number.

This commit is contained in:
2017-12-11 19:34:05 +00:00
parent ad5847ee69
commit 2a96394bc0

View File

@@ -435,9 +435,10 @@ namespace DiscImageChef.Core.Devices.Dumping
{ {
if(dev.PlatformID == Interop.PlatformID.FreeBSD) if(dev.PlatformID == Interop.PlatformID.FreeBSD)
{ {
DicConsole.DebugWriteLine("Dump-Media", "FreeBSD panics when reading CD Lead-in, see upstream bug #FILLME."); DicConsole.DebugWriteLine("Dump-Media", "FreeBSD panics when reading CD Lead-in, see upstream bug #224253.");
break; break;
} }
if(aborted) if(aborted)
{ {
dumpLog.WriteLine("Aborted!"); dumpLog.WriteLine("Aborted!");