Skip to content

Commit c6248f6

Browse files
author
Sigurd Teigen
committed
Log promise type pass indices
1 parent 4299b48 commit c6248f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cf-agent/cf-agent.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,6 +1169,8 @@ PromiseResult ScheduleAgentOperations(EvalContext *ctx, const Bundle *bp)
11691169
}
11701170

11711171
PromiseResult result = PROMISE_RESULT_NOOP;
1172+
Log(LOG_LEVEL_VERBOSE, "/%s/%s: Evaluating bundle", bp->ns, bp->name);
1173+
11721174
for (int pass = 1; pass < CF_DONEPASSES; pass++)
11731175
{
11741176
for (TypeSequence type = 0; AGENT_TYPESEQUENCE[type] != NULL; type++)
@@ -1182,6 +1184,7 @@ PromiseResult ScheduleAgentOperations(EvalContext *ctx, const Bundle *bp)
11821184
continue;
11831185
}
11841186

1187+
Log(LOG_LEVEL_VERBOSE, "/%s/%s/%s: Evaluating pass %d", bp->ns, bp->name, sp->name, pass);
11851188
BannerPromiseType(bp->name, sp->name, pass);
11861189

11871190
if (!NewTypeContext(type))

0 commit comments

Comments
 (0)