Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rednblkx authored Apr 13, 2024
1 parent 1b0edf6 commit 4d087d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ struct LockMechanism : Service::LockMechanism
esp_mqtt_client_publish(client, MQTT_CUSTOM_STATE_TOPIC, std::to_string(customLockActions::LOCK).c_str(), 0, 0, false);
}
}
} LOG(W, "MQTT Client not initialized, cannot publish message");
} else LOG(W, "MQTT Client not initialized, cannot publish message");

return (true);
}
Expand Down

0 comments on commit 4d087d8

Please sign in to comment.