File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- __version__ = "1.12.5 "
1+ __version__ = "2.0.0 "
22__author__ = "desultory"
33
44from pathlib import Path
55
66from ugrd import ValidationError
77from ugrd .fs .mounts import _resolve_overlay_lower_dir
8- from zenlib .util import contains , unset
8+ from zenlib .util import contains , unset , colorize
99
1010
1111class SubvolNotFound (Exception ):
@@ -88,7 +88,7 @@ def autodetect_root_subvol(self):
8888 """Detects the root subvolume."""
8989 try :
9090 root_subvol = _get_mount_subvol (self , "/" )
91- self .logger .info ("Detected root subvolume: %s" , root_subvol )
91+ self .logger .info ("[btrfs] Detected root subvolume: %s" , colorize ( root_subvol , "cyan" ) )
9292 self ["root_subvol" ] = root_subvol
9393 except SubvolNotFound :
9494 self .logger .warning ("Failed to detect root subvolume." )
You can’t perform that action at this time.
0 commit comments