mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 18:35:44 -05:00
Merge pull request #1875 from dalto8/pacman-logs
[packages] Ensure all pacman output is available in debug log
This commit is contained in:
commit
11f3f938d8
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ class PMPacman(PackageManager):
|
|||
global custom_status_message
|
||||
custom_status_message = "pacman: " + line.strip()
|
||||
libcalamares.job.setprogress(self.progress_fraction)
|
||||
libcalamares.utils.debug(line)
|
||||
libcalamares.utils.debug(line)
|
||||
|
||||
self.in_package_changes = False
|
||||
self.line_cb = line_cb
|
||||
|
|
Loading…
Add table
Reference in a new issue