mirror of
https://github.com/google/nomulus.git
synced 2025-07-30 14:36:28 +02: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:
parent
ff3c848def
commit
3caee5fba7
100 changed files with 252 additions and 250 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue