mirror of https://github.com/sfeakes/AqualinkD.git
fixed typo
parent
0990d4ba39
commit
cc56928bdc
|
@ -673,8 +673,8 @@ void main_loop() {
|
|||
_aqualink_data.aq_command = NUL;
|
||||
*/
|
||||
if (getLogLevel() >= LOG_DEBUG)
|
||||
logMessage(LOG_DEBUG, "Packet of type %s\n", get_packet_type(packet_buffer, packet_length));
|
||||
|
||||
logMessage(LOG_DEBUG, "RS received packet of type %s\n", get_packet_type(packet_buffer, packet_length));
|
||||
|
||||
send_ack(rs_fd, pop_aq_cmd(&_aqualink_data));
|
||||
// Process the packet. This includes deriving general status, and identifying
|
||||
// warnings and errors. If something changed, notify any listeners
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue