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 080b7a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
}
}

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

0 comments on commit 080b7a5

Please sign in to comment.