mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
obuspa: Fix log level for some recurring logs
This commit is contained in:
parent
6535fe465c
commit
05c4d0d3d1
2 changed files with 14 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=obuspa
|
PKG_NAME:=obuspa
|
||||||
PKG_VERSION:=10.0.0.12
|
PKG_VERSION:=10.0.0.13
|
||||||
|
|
||||||
LOCAL_DEV:=0
|
LOCAL_DEV:=0
|
||||||
ifneq ($(LOCAL_DEV),1)
|
ifneq ($(LOCAL_DEV),1)
|
||||||
|
|
|
||||||
|
|
@ -35,3 +35,16 @@ Index: obuspa-10.0.0.2/src/core/data_model.c
|
||||||
return USP_ERR_OBJECT_DOES_NOT_EXIST;
|
return USP_ERR_OBJECT_DOES_NOT_EXIST;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
diff --git a/src/core/mqtt.c b/src/core/mqtt.c
|
||||||
|
index 388697a..444b4da 100644
|
||||||
|
--- a/src/core/mqtt.c
|
||||||
|
+++ b/src/core/mqtt.c
|
||||||
|
@@ -4020,7 +4020,7 @@ void MessageV5Callback(struct mosquitto *mosq, void *userdata, const struct mosq
|
||||||
|
if (mosquitto_property_read_string(props, RESPONSE_TOPIC,
|
||||||
|
&response_info_ptr, false) == NULL)
|
||||||
|
{
|
||||||
|
- USP_LOG_Warning("%s: No response topic in received MESSAGE frame", __FUNCTION__);
|
||||||
|
+ USP_LOG_Info("%s: No response topic in received MESSAGE frame", __FUNCTION__);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Send the message to the data model thread for further processing
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue