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
@ -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…
Reference in New Issue
Block a user