Skip to content

Commit

Permalink
Log improvment
Browse files Browse the repository at this point in the history
  • Loading branch information
lanwin committed Feb 6, 2024
1 parent 7250e70 commit 4feb749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/samsung_ac/protocol_nasa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ namespace esphome
{
if (i > 0)
str += "\n";
str += " > Message: " + messages[i].to_string();
str += " > " + messages[i].to_string();
}

return str;
Expand Down

0 comments on commit 4feb749

Please sign in to comment.