mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 19:36:57 +03:00
chore: remove double spaces from logs
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit 584dc47da5)
This commit is contained in:
parent
3e03d47fbf
commit
8cfeb30c56
64 changed files with 224 additions and 222 deletions
|
|
@ -43,7 +43,7 @@ void AssetUpdateTask::executeTask()
|
|||
connect(downloadJob.get(), &NetJob::progress, this, &AssetUpdateTask::progress);
|
||||
connect(downloadJob.get(), &NetJob::stepProgress, this, &AssetUpdateTask::propagateStepProgress);
|
||||
|
||||
qDebug() << m_inst->name() << ": Starting asset index download";
|
||||
qDebug() << "Starting asset index download for" << m_inst->name();
|
||||
downloadJob->start();
|
||||
}
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ bool AssetUpdateTask::canAbort() const
|
|||
void AssetUpdateTask::assetIndexFinished()
|
||||
{
|
||||
AssetsIndex index;
|
||||
qDebug() << m_inst->name() << ": Finished asset index download";
|
||||
qDebug() << "Finished asset index download for" << m_inst->name();
|
||||
|
||||
auto components = m_inst->getPackProfile();
|
||||
auto profile = components->getProfile();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue