Skip to content

Commit

Permalink
chore(#891): changes in script
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 28, 2024
1 parent 14fbcf3 commit ceae93e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class Wallet: WalletProtocol {

public func send(_ payload: String) {
bleCommunicator?.send(payload)
os_log(.info, ">> raw message size : %{public}d", payload.count)
os_log(.info, ">> raw message size:::: : %{public}d", payload.count)
}

public func subscribe( _ listener: @escaping (Event) -> Void) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class Wallet: WalletProtocol {

public func send(_ payload: String) {
bleCommunicator?.send(payload)
os_log(.info, ">> raw message size : %{public}d", payload.count)
os_log(.info, ">> raw message size:::: : %{public}d", payload.count)
}

public func subscribe( _ listener: @escaping (Event) -> Void) {
Expand Down

0 comments on commit ceae93e

Please sign in to comment.