[PATCH 2/3] Get rid of Size.__str__ calls in logging. (#1155984)

Brian C. Lane bcl at redhat.com
Fri Aug 21 20:04:14 UTC 2015


On Fri, Aug 21, 2015 at 01:25:40PM -0400, Samantha N. Bueno wrote:
> @@ -1019,6 +1019,7 @@ def allocatePartitions(storage, disks, partitions, freespace):
>          The :class:`~.devices.PartitionDevice` instances will have their name
>          and parents attributes set once they have been allocated.
>      """
> +    #import pdb; pdb.set_trace()
>      log.debug("allocatePartitions: disks=%s ; partitions=%s",
>                  [d.name for d in disks],
>                  ["%s(id %d)" % (p.name, p.id) for p in partitions])

Left in a debug comment :)

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)


More information about the anaconda-patches mailing list