There's nothing wrong with your patch. ;-) On 11/08/2009 09:05 AM, Hans de Goede wrote:
Somehow a debug printf of mine from developing: "Fix EDD BIOS disk order detection in general and make it work with dmraid" patch ended up in getting committed, this patch removes it. --- isys/eddsupport.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/isys/eddsupport.c b/isys/eddsupport.c index 5356491..c50278e 100644 --- a/isys/eddsupport.c +++ b/isys/eddsupport.c @@ -209,7 +209,6 @@ static int mapBiosDisks(struct device** devices,const char *path) { } } else if (!foundDisk || strncmp((*foundDisk)->device, "dm-", 3)) { - printf("using non dm device %s\n", (*currentDev)->device); foundDisk=currentDev; i++; }
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list