Skip to content

Commit

Permalink
feat(#890): Change log to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushi Dey authored and Ayushi Dey committed Mar 26, 2024
1 parent 10bca5c commit ff12775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/main/java/io/mosip/tuvali/wallet/Wallet.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Wallet(private val context: Context) : IWallet {


override fun startConnection( uri: String) {
Log.d(logTag, "startConnection with firstPartOfVerifierPK $uri at ${System.nanoTime()}")
Log.d(logTag, "startConnection: with firstPartOfVerifierPK $uri at ${System.nanoTime()}")

tryExecuteSync.run {
Log.d(logTag, "synchronized startConnection wallet object with uri $uri at ${System.nanoTime()}")
Expand Down

0 comments on commit ff12775

Please sign in to comment.