Skip to content

Commit

Permalink
DO NOT MERGE
Browse files Browse the repository at this point in the history
Random change to trigger CI changes.
  • Loading branch information
stintel committed Sep 20, 2023
1 parent 0b880e3 commit 2cf27d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/was.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ static void cb_ws_event(const void *arg_evh, const esp_event_base_t *base_ev, co
init_was();
break;
default:
ESP_LOGD(TAG, "unhandled WebSocket event - ID: %d", id_ev);
ESP_LOGD(TAG, "unhandled WebSocket event: ID='%d'", id_ev);
break;
}
}
Expand Down

0 comments on commit 2cf27d3

Please sign in to comment.