Skip to content

Commit

Permalink
print in handler
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g committed Nov 30, 2023
1 parent 4c580a6 commit b9dfaf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions servicetests/tests/JobsExecution/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ void getAvailableJobs(Aws::Crt::String thingName, IotJobsClient &jobsClient)
subscriptionRequest.ThingName = thingName;

auto handler = [&](Aws::Iotjobs::GetPendingJobExecutionsResponse *response, int ioErr) {
fprintf(stderr, "running the jobs handler\n");
if (ioErr)
{
fprintf(stderr, "Error %d occurred\n", ioErr);
Expand Down

0 comments on commit b9dfaf6

Please sign in to comment.