mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Merge pull request #474 from rmp/patch-1
trivial spelling corrections to logged messages
This commit is contained in:
commit
0c13fe8307
4 changed files with 4 additions and 4 deletions
|
|
@ -877,7 +877,7 @@ func upsertExternalNotificationModuleConfigPacket(config: Meshtastic.ModuleConfi
|
|||
print("💥 Error Updating Core Data ExternalNotificationConfigEntity: \(nsError)")
|
||||
}
|
||||
} else {
|
||||
print("💥 No Nodes found in local database matching node number \(nodeNum) unable to save External Notifiation Module Config")
|
||||
print("💥 No Nodes found in local database matching node number \(nodeNum) unable to save External Notification Module Config")
|
||||
}
|
||||
} catch {
|
||||
let nsError = error as NSError
|
||||
|
|
|
|||
|
|
@ -166,7 +166,7 @@
|
|||
"mesh.log.devicemetadata %@"="Anforderung der Geräte Metadaten für %@";
|
||||
"mesh.log.device.metadata.received %@"="Device Metadata received from: %@";
|
||||
"mesh.log.detectionsensor.config %@"="Detection Sensor module config received: %@";
|
||||
"mesh.log.externalnotification.config %@"="External Notifiation module config received: %@";
|
||||
"mesh.log.externalnotification.config %@"="External Notification module config received: %@";
|
||||
"mesh.log.lora.config %@"="LoRa config received: %@";
|
||||
"mesh.log.lora.config.sent %@"="Sent a LoRa.Config for: %@";
|
||||
"mesh.log.mqtt.config %@"="MQTT module config received: %@";
|
||||
|
|
|
|||
|
|
@ -170,7 +170,7 @@
|
|||
"mesh.log.devicemetadata %@"="Requesting Device Metadata for %@";
|
||||
"mesh.log.device.metadata.received %@"="Device Metadata received from: %@";
|
||||
"mesh.log.detectionsensor.config %@"="Detection Sensor module config received: %@";
|
||||
"mesh.log.externalnotification.config %@"="External Notifiation module config received: %@";
|
||||
"mesh.log.externalnotification.config %@"="External Notification module config received: %@";
|
||||
"mesh.log.lora.config %@"="LoRa config received: %@";
|
||||
"mesh.log.lora.config.sent %@"="Sent a LoRa.Config for: %@";
|
||||
"mesh.log.mqtt.config %@"="MQTT module config received: %@";
|
||||
|
|
|
|||
|
|
@ -166,7 +166,7 @@
|
|||
"mesh.log.devicemetadata %@"="Requesting Device Metadata for %@";
|
||||
"mesh.log.device.metadata.received %@"="Device Metadata admin message received from: %@";
|
||||
"mesh.log.detectionsensor.config %@"="Detection Sensor module config received: %@";
|
||||
"mesh.log.externalnotification.config %@"="External Notifiation module config received: %@";
|
||||
"mesh.log.externalnotification.config %@"="External Notification module config received: %@";
|
||||
"mesh.log.lora.config %@"="LoRa config received: %@";
|
||||
"mesh.log.lora.config.sent %@"="Sent a LoRa.Config for: %@";
|
||||
"mesh.log.mqtt.config %@"="MQTT module config received: %@";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue