mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 00:48:22 -04:00
displaymanager: Use libcalamares.utils.debug instead of print.
Use libcalamares.utils.debug instead of print to output a debugging message during SDDM autologin setup.
This commit is contained in:
parent
524bcc15ea
commit
95e39e05fa
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ def set_autologin(username, displaymanagers, default_desktop_environment, root_m
|
|||
# Systems with Sddm as Desktop Manager
|
||||
sddm_conf_path = os.path.join(root_mount_point, "etc/sddm.conf")
|
||||
if os.path.isfile(sddm_conf_path):
|
||||
print('SDDM config file exists')
|
||||
libcalamares.utils.debug('SDDM config file exists')
|
||||
else:
|
||||
libcalamares.utils.check_chroot_call(["sh", "-c", "sddm --example-config > /etc/sddm.conf"])
|
||||
text = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue