1
0
mirror of https://github.com/google/nomulus synced 2026-01-04 04:04:22 +00:00

Improve some log messages for readability/consistency (#1333)

* Improve some log messages for readability/consistency

* Address code review comments
This commit is contained in:
Ben McIlwain
2021-09-27 11:35:14 -04:00
committed by GitHub
parent ff3c848def
commit 3caee5fba7
100 changed files with 252 additions and 250 deletions

View File

@@ -39,7 +39,7 @@ public final class SystemInfo {
pid.getOutputStream().close();
pid.waitFor();
} catch (IOException e) {
logger.atWarning().withCause(e).log("%s command not available", cmd);
logger.atWarning().withCause(e).log("%s command not available.", cmd);
return false;
}
return true;