Skip to content

Commit 4d087d8

Browse files
authored
typo
1 parent 1b0edf6 commit 4d087d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ struct LockMechanism : Service::LockMechanism
115115
esp_mqtt_client_publish(client, MQTT_CUSTOM_STATE_TOPIC, std::to_string(customLockActions::LOCK).c_str(), 0, 0, false);
116116
}
117117
}
118-
} LOG(W, "MQTT Client not initialized, cannot publish message");
118+
} else LOG(W, "MQTT Client not initialized, cannot publish message");
119119

120120
return (true);
121121
}

0 commit comments

Comments
 (0)