Skip to content

Commit

Permalink
Address phrasing comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple committed May 9, 2023
1 parent d6e76dd commit be7dd8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,8 @@
}
}

MTR_LOG_ERROR("Year %lu is too large for Matter epoch time. Please use [NSDate distantFuture] to represent \"never expires\".",
MTR_LOG_ERROR(
"Year %lu is out of range for Matter epoch time. Please use [NSDate distantFuture] to represent \"never expires\".",
static_cast<unsigned long>(components.year));
return false;
}
Expand Down
2 changes: 2 additions & 0 deletions src/darwin/Framework/CHIPTests/MTRDeviceTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,8 @@ - (void)test010_ReadAllAttribute

- (void)test011_ReadCachedAttribute
{
// fprintf(stderr, "\n\nPID: %d\n\n\n", getpid());
// sleep(10);
MTRBaseDevice * device = GetConnectedDevice();
dispatch_queue_t queue = dispatch_get_main_queue();
XCTestExpectation * cleanSubscriptionExpectation = [self expectationWithDescription:@"Previous subscriptions cleaned"];
Expand Down

0 comments on commit be7dd8f

Please sign in to comment.