Skip to content

Commit

Permalink
Distinguish logs from the new client from the old one
Browse files Browse the repository at this point in the history
  • Loading branch information
k-stachowiak committed Nov 19, 2018
1 parent 19dae44 commit f13c725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/tls-client-pelion.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Starting mbed-os-example-tls/tls-client
Starting mbed-os-example-tls/tls-client-pelion
Using Mbed OS
Successfully connected to os.mbed.com at port 443
Starting the TLS handshake...
Expand Down
2 changes: 1 addition & 1 deletion tls-client-pelion/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ int main()

HelloHttpsClient *client;

mbedtls_printf("Starting mbed-os-example-tls/tls-client\n");
mbedtls_printf("Starting mbed-os-example-tls/tls-client-pelion\n");

#if defined(MBED_MAJOR_VERSION)
mbedtls_printf("Using Mbed OS %d.%d.%d\n",
Expand Down

0 comments on commit f13c725

Please sign in to comment.