Phrase error messages as "Failed to", not "Could not" or "Couldn't" (#1298)

This commit is contained in:
Sylvie
2024-02-18 08:52:31 -05:00
committed by GitHub
parent ef0d973187
commit d71a161bc9
12 changed files with 20 additions and 21 deletions

View File

@@ -655,7 +655,7 @@ void sym_Init(time_t now)
#endif
if (now == (time_t)-1) {
warn("Couldn't determine current time");
warn("Failed to determine current time");
// Fall back by pretending we are at the Epoch
now = 0;
}