-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
verdi process list
: fix logging bug in check_worker_load
The `check_worker_load` utility, called in `verdi process list`, caused an exception in the logging because it logged a message including a literal percentage sign. However, percentage signs carry special meaning as they are placeholders for argument substitution and literal percentage signs need to be escaped by doubling the character.
- Loading branch information
Showing
2 changed files
with
106 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters