Skip to content

Commit

Permalink
common/common.c: checkprocname(): case #5 is not "exact", fix the mes…
Browse files Browse the repository at this point in the history
…sage [networkupstools#2463]

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Jun 10, 2024
1 parent 2229880 commit 2ebc284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ int checkprocname(pid_t pid, const char *progname)
switch (ret) {
case 5:
upsdebugx(1,
"%s: exact case-insensitive base name hit with "
"%s: case-insensitive base name hit with "
"an executable program extension involved for "
"PID %" PRIuMAX " of '%s'=>'%s' and checked "
"'%s'=>'%s'",
Expand Down

0 comments on commit 2ebc284

Please sign in to comment.