Open
Description
Description
After a fresh install of mumble 1.5.517 and running mumble --version
, I get this output:
$ mumble --version
Dir didn't exist: /home/diederik/.local/share/data/Mumble
Successfully migrated data directory
Mumble version 1.5.517
I expected to just see the last line. And not see a message about a migration on a fresh install
Steps to reproduce
- Install mumble (client)
- Run
mumble --version
Mumble version
1.5.517
Mumble component
Client
OS
Linux
Reproducible?
Yes
Additional information
The problem seems to be introduced in this commit and starting from this line: 2002e6d#diff-ba05d54fac9502f2ffa70bf14bd30b3f0ecca429135a0820f8431601b9bcee13R42
The qWarning and qInfo lines match what I saw, but I think they shouldn't be shown at all.
Also seems to conflict with the last line of the commit message ;-)
Relevant log output
No response
Screenshots
No response
Activity