Add missing logging word

This commit is contained in:
Luke Murphy 2020-08-04 15:53:31 +02:00
parent 0b99db4cf6
commit 16184c0c27
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -32,5 +32,5 @@ for msg in smc_a.messages:
Output:
```sh
(0, 1, b"foo")
received: (0, 1, b"foo")
```