Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlaif committed Feb 14, 2024
1 parent 4e1146d commit db8ebf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/VerificationController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ export class VerificationController {
});
State.isVerifying = false;

Log.error(`LJDINFASKOLF ${params.verificationCompleted}`);
Log.error(`LJDINFASKOLF ${params.verificationCompleted} / ${params.verificationNeeded}`);
params.verificationCompleted = 1;
if (params.verificationCompleted < 0 || params.verificationCompleted > 1) {
Log.log(`Unexpected value for field 'verificationCompleted' in state change 'ready' message. Expected 0 or 1 but got ${params.verificationCompleted}.`, LogLevel.Info);
Expand Down

0 comments on commit db8ebf7

Please sign in to comment.