From b23cc5453812e5b24287fc51b5e79ff805425b0b Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 16 Oct 2012 14:52:16 +0000 Subject: [PATCH] Updated debug output. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@45916 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- rom/usb/classes/massstorage/partitions.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/rom/usb/classes/massstorage/partitions.c b/rom/usb/classes/massstorage/partitions.c index bd7c4f2185..2b5307d757 100644 --- a/rom/usb/classes/massstorage/partitions.c +++ b/rom/usb/classes/massstorage/partitions.c @@ -1,5 +1,5 @@ /* - Copyright © 1995-2010, The AROS Development Team. All rights reserved. + Copyright © 1995-2012, The AROS Development Team. All rights reserved. $Id$ Desc: Find and mount partitions. @@ -271,9 +271,8 @@ static VOID AddPartitionVolume(struct NepClassMS *ncm, } AROS_BSTR_setstrlen(devnode->dn_Handler, i); AddBootNode(bootable ? pp[4 + DE_BOOTPRI] : -128, ADNF_STARTPROC, devnode, NULL); - D(bug("[Boot] AddBootNode(%s,0x%lx,'%s')\n", - devnode->dn_Ext.dn_AROS.dn_DevName, - pp[4 + DE_DOSTYPE], handler)); + D(bug("[Boot] AddBootNode(%b, 0, 0x%p, NULL)\n", + devnode->dn_Name, pp[4 + DE_DOSTYPE])); return; } } -- 2.11.4.GIT