Android: rephrase few logs

Change-Id: If03a15c88caab210fd07c61312757317ea86af2f
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Assam Boudjelthia
2020-07-01 18:10:02 +03:00
parent b085091526
commit f936e7c10d
6 changed files with 16 additions and 20 deletions

View File

@@ -190,7 +190,7 @@ bool AndroidBuildApkStep::init()
m_packagePath = AndroidManager::apkPath(target()).toString();
}
qCDebug(buildapkstepLog) << "Package path:" << m_packagePath;
qCDebug(buildapkstepLog) << "APK or AAB path:" << m_packagePath;
if (!AbstractProcessStep::init())
return false;