Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output of info logs is duplicated #292

Closed
marcospb19 opened this issue Oct 15, 2022 · 2 comments · Fixed by #288
Closed

Output of info logs is duplicated #292

marcospb19 opened this issue Oct 15, 2022 · 2 comments · Fixed by #288
Labels
bug Something isn't working

Comments

@marcospb19
Copy link
Member

Version

bda6c27 (main branch)

Description

When trying to decompress an archive, the text output of each line is duplicated.

Current Behavior

$ ouch d nvidia-utils-515.65.01-2-x86_64.pkg.tar.zst -d nvidia-utils                                                                                    
[INFO] directory nvidia-utils created.directory nvidia-utils created.
[INFO] Created temporary directory /home/marcospb19/test/nvidia-utils/.tmphZhxno to hold decompressed elements.Created temporary directory /home/marcospb19/test/nvidia-utils/.tmphZhxno to hold decompressed elements.
[INFO] Successfully moved /home/marcospb19/test/nvidia-utils/.tmphZhxno to nvidia-utils/nvidia-utils-515.65.01-2-x86_64.pkg.Successfully moved /home/marcospb19/test/nvidia-utils/.tmphZhxno to nvidia-utils/nvidia-utils-515.65.01-2-x86_64.pkg.
[INFO] Successfully decompressed archive in nvidia-utils.Successfully decompressed archive in nvidia-utils.
[INFO] Files unpacked: 219Files unpacked: 219

Expected Behavior

$ ouch d nvidia-utils-515.65.01-2-x86_64.pkg.tar.zst -d nvidia-utils                                                                                    
[INFO] directory nvidia-utils created.
[INFO] Created temporary directory /home/marcospb19/test/nvidia-utils/.tmphZhxno to hold decompressed elements.
[INFO] Successfully moved /home/marcospb19/test/nvidia-utils/.tmphZhxno to nvidia-utils/nvidia-utils-515.65.01-2-x86_64.pkg.
[INFO] Successfully decompressed archive in nvidia-utils.
[INFO] Files unpacked: 219

Additional Information

No response

@marcospb19 marcospb19 added the bug Something isn't working label Oct 15, 2022
@marcospb19
Copy link
Member Author

@figsoda could this be related to the recent DisplayHandle refactor?

@figsoda
Copy link
Member

figsoda commented Oct 15, 2022

it is related, i had a typo
#288 should fix this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants