diff --git a/ESP32-Console/main/commands.h b/ESP32-Console/main/commands.h index 80c28ea7d..75e6cbc15 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -24,7 +24,7 @@ static int do_info_cmd (int argc, char **argv) { } if (info_args.detail->count != 0) { - ESP_LOGW("CLI", "Information: Chip Temperature %d", 25); + ESP_LOGW("CLI", "info(): Chip Temperature %d", 25); } return 0; }