Skip to content

Commit f13c725

Browse files
committed
Distinguish logs from the new client from the old one
1 parent 19dae44 commit f13c725

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/tls-client-pelion.log

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Starting mbed-os-example-tls/tls-client
1+
Starting mbed-os-example-tls/tls-client-pelion
22
Using Mbed OS
33
Successfully connected to os.mbed.com at port 443
44
Starting the TLS handshake...

tls-client-pelion/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ int main()
6363

6464
HelloHttpsClient *client;
6565

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

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

0 commit comments

Comments
 (0)