mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2024-12-21 19:22:13 -08:00
Refactor identity check error message
Simplify the log message for identity not found in the manifest by combining it with the hash usage statement. This improves readability and reduces redundancy in the code.
This commit is contained in:
parent
33788d4086
commit
84b4ba91ed
@ -218,8 +218,7 @@ waintingLaunchingGame = "Waiting for game window..."
|
||||
[js.landing.dlAsync.AthShield]
|
||||
distributionIdentityError = "Expected Identity from Distribution for {moduleName}: {moduleIdentity}."
|
||||
modIdentityExtraction = "Extracting identity for mod at: {filePath}."
|
||||
manifestIdentityFound = "Found identity in manifest for {filePath}: {identityLine}"
|
||||
identityNotFoundInManifest = "No identity found in manifest for {filePath}, using hash: {hash}"
|
||||
identityNotFoundUsingHash = "No identity found in manifest for {filePath}, using hash: {hash}"
|
||||
startingModValidation = "Starting mod validation..."
|
||||
modValidationBypassed = "Skipping validation for excluded mod: {mod}"
|
||||
validatingMod = "Validating mod: {mod}"
|
||||
|
Loading…
Reference in New Issue
Block a user