From 33d97320ab03c22640fcae651c79e10e3f3579e9 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Mon, 31 May 2021 15:15:39 -0500 Subject: Cleaned up logging. --- main/app_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/app_main.c') diff --git a/main/app_main.c b/main/app_main.c index bfd4d4f..69611b1 100644 --- a/main/app_main.c +++ b/main/app_main.c @@ -67,10 +67,10 @@ static void intercom_init(void *p) app_wifi_init(); /* Initialize Wi-Fi */ hap_start(); /* After all the initializations are done, start the HAP core */ - ESP_LOGI(TAG, "Intercom HAP started"); + ESP_LOGI(TAG, "HAP started"); app_wifi_start(portMAX_DELAY); /* Start Wi-Fi */ - ESP_LOGI(TAG, "Intercom WIFI started"); + ESP_LOGI(TAG, "WIFI started"); vTaskDelete(NULL); /* The task ends here. The read/write callbacks will be invoked by the HAP Framework */ } -- cgit v1.2.3