minor change in message.

This commit is contained in:
Martin Preuss
2025-09-16 23:23:15 +02:00
parent 3fd460637a
commit 8178901ffb

View File

@@ -34,6 +34,7 @@
#define P_VALUEREAD AQH_MODDEVICES_PERMS_VALUEREAD
/* ------------------------------------------------------------------------------------------------
* forward declarations
* ------------------------------------------------------------------------------------------------
@@ -196,7 +197,6 @@ void _runIndex(AQH_MODULE *m, AQCGI_REQUEST *rq, AQH_SESSION *session, AQH_DATAC
deviceList=AQH_DataClient_GetDevices(dc, NULL);
if (deviceList==NULL) {
DBG_ERROR(NULL, "No device received");
GBAS(dbuf, "Empty device list.");
GBAS(dbuf, "<p>No devices.</p>");
return;
}