mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added FreeBSD upstream bug number.
This commit is contained in:
@@ -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!");
|
||||||
|
|||||||
Reference in New Issue
Block a user