Remove useless linebreaks in log messages
This commit is contained in:
@ -33,7 +33,7 @@ char *dev_name()
|
||||
char *dev = malloc(len + strlen(DEV_PREFIX) + 1);
|
||||
if (dev == NULL)
|
||||
{
|
||||
ESP_LOGE(TAG, "Failed to allocate memory to store dev name!\n");
|
||||
ESP_LOGE(TAG, "Failed to allocate memory to store dev name!");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user