mirror of
https://github.com/esphome/esphome.git
synced 2026-08-22 22:26:21 +00:00
[socket] Shorten lwip TAG string (#18450)
This commit is contained in:
@@ -43,7 +43,7 @@ namespace esphome::socket {
|
||||
// (Ethernet). On ESP8266, it's a no-op.
|
||||
#define LWIP_LOCK() esphome::LwIPLock lwip_lock_guard // NOLINT
|
||||
|
||||
static const char *const TAG = "socket.lwip";
|
||||
static const char *const TAG = "socket";
|
||||
|
||||
// set to 1 to enable verbose lwip logging
|
||||
#if 0 // NOLINT(readability-avoid-unconditional-preprocessor-if)
|
||||
|
||||
Reference in New Issue
Block a user