decreased verbosity.

This commit is contained in:
Martin Preuss
2024-10-02 22:08:16 +02:00
parent 0926ba2381
commit 25efeeb244
4 changed files with 27 additions and 25 deletions

View File

@@ -121,6 +121,7 @@ int AqHomed_Init(AQHOMED *aqh, int argc, char **argv)
DBG_ERROR(NULL, "Error loading device list(%d)", rv);
return rv;
}
#if 0
else {
GWEN_BUFFER *dbuf;
@@ -129,6 +130,7 @@ int AqHomed_Init(AQHOMED *aqh, int argc, char **argv)
fprintf(stdout, "%s\n", GWEN_Buffer_GetStart(dbuf));
GWEN_Buffer_free(dbuf);
}
#endif
_setupDb(aqh, dbArgs);