Rolling 20210101

This commit is contained in:
jomjol
2021-01-01 10:58:20 +01:00
parent ce2f1bcde6
commit 8a06825871
5 changed files with 8 additions and 8 deletions

View File

@@ -209,10 +209,10 @@ bool ClassFlowControll::doFlow(string time)
zw_time = gettimestring("%Y%m%d-%H%M%S"); zw_time = gettimestring("%Y%m%d-%H%M%S");
aktstatus = zw_time + ": " + FlowControll[i]->name(); aktstatus = zw_time + ": " + FlowControll[i]->name();
#ifdef DEBUG_DETAIL_ON // #ifdef DEBUG_DETAIL_ON
string zw = "FlowControll.doFlow - " + FlowControll[i]->name(); string zw = "FlowControll.doFlow - " + FlowControll[i]->name();
LogFile.WriteHeapInfo(zw); LogFile.WriteHeapInfo(zw);
#endif // #endif
if (!FlowControll[i]->doFlow(time)){ if (!FlowControll[i]->doFlow(time)){
repeat++; repeat++;

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="9c8f64f"; const char* GIT_REV="ce2f1bc";
const char* GIT_TAG=""; const char* GIT_TAG="";
const char* GIT_BRANCH="rolling-update-cimage"; const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2021-01-01 09:32"; const char* BUILD_TIME="2021-01-01 10:44";

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="9c8f64f"; const char* GIT_REV="ce2f1bc";
const char* GIT_TAG=""; const char* GIT_TAG="";
const char* GIT_BRANCH="rolling-update-cimage"; const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2021-01-01 09:32"; const char* BUILD_TIME="2021-01-01 10:44";

Binary file not shown.

Binary file not shown.