format active jobs

This commit is contained in:
CHIEFSOFT\ameye
2023-05-14 15:31:59 -04:00
parent 7edde72cb3
commit 7123bd94f7
3 changed files with 7 additions and 4 deletions
+3 -3
View File
@@ -268,7 +268,7 @@ return 0;
long WrenchJobManagerActiveTasksList(CVars in, CVars &out) {
logfmt(logINFO, "WrenchMemberActiveJobs()");
logfmt(logINFO, "WrenchJobManagerActiveTasksList()");
char vname[30];
long ret = PHP_API_BAD_PARAM;
@@ -341,9 +341,9 @@ long WrenchJobManagerActiveTasksList(CVars in, CVars &out) {
ret = PHP_API_OK;
out["status"] = "OK";
} catch (bad_parameter) {
logfmt(logINFO, "ERROR CALL long WrenchMemberActiveJobs(CVars in, CVars &out)");
logfmt(logINFO, "ERROR CALL long WrenchJobManagerActiveTasksList(CVars in, CVars &out)");
}
logfmt(logINFO, "/WrenchMemberActiveJobs()");
logfmt(logINFO, "/WrenchJobManagerActiveTasksList()");
return ret;