This commit is contained in:
CHIEFSOFT\ameye
2024-08-31 07:22:01 -04:00
parent 150e2490f0
commit 43942441ef
3 changed files with 24 additions and 0 deletions
+4
View File
@@ -1822,6 +1822,10 @@ long WrenchSendJobsOfferPublic(CVars in, CVars &out) {
x["depend_uid"] = in["depend_uid"];
x["depend_uid"].set_valid(true);
x["strict_timeline"] = in["strict_timeline"];
x["strict_timeline"].set_valid(true);
if ( x["depend_uid"] != ""){
logfmt(logINFO, "****** Let us confirm this job is in the market === > %s", x["depend_uid"].c_str());