index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2022-10-12 15:07:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-12 15:07:11 +0200 |
commit | db32bc4dda8d4632d6816ac09407327c97a64518 (patch) | |
tree | a25d5eec1eee8ce002c4b30d025e2df37da6aeef /archinstall/lib/disk/blockdevice.py | |
parent | eec45643e950a5b982e1478ef57497491ec37f73 (diff) |
-rw-r--r-- | archinstall/lib/disk/blockdevice.py | 2 |
diff --git a/archinstall/lib/disk/blockdevice.py b/archinstall/lib/disk/blockdevice.py index cd0e14a6..b7f92a57 100644 --- a/archinstall/lib/disk/blockdevice.py +++ b/archinstall/lib/disk/blockdevice.py @@ -274,7 +274,7 @@ class BlockDevice: if not uuid and not partuuid: raise ValueError(f"BlockDevice.get_partition() requires either a UUID or a PARTUUID for lookups.") - log(f"Retrieving partition PARTUUID={partuuid} or UUID={uuid}", level=logging.INFO, fg="teal") + log(f"Retrieving partition PARTUUID={partuuid} or UUID={uuid}", level=logging.DEBUG, fg="gray") for count in range(storage.get('DISK_RETRY_ATTEMPTS', 5)): for partition_index, partition in self.partitions.items(): |