minor change in message.
This commit is contained in:
@@ -34,6 +34,7 @@
|
|||||||
#define P_VALUEREAD AQH_MODDEVICES_PERMS_VALUEREAD
|
#define P_VALUEREAD AQH_MODDEVICES_PERMS_VALUEREAD
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------------------------------
|
/* ------------------------------------------------------------------------------------------------
|
||||||
* forward declarations
|
* 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);
|
deviceList=AQH_DataClient_GetDevices(dc, NULL);
|
||||||
if (deviceList==NULL) {
|
if (deviceList==NULL) {
|
||||||
DBG_ERROR(NULL, "No device received");
|
DBG_ERROR(NULL, "No device received");
|
||||||
GBAS(dbuf, "Empty device list.");
|
|
||||||
GBAS(dbuf, "<p>No devices.</p>");
|
GBAS(dbuf, "<p>No devices.</p>");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user