Commit fa75762
committed
Refactor: daemons: Make unknown request messages more similar.
Some (but not all) daemons can handle both IPC and CPG message types, so
the unknown request message should be able to print both. I'm doing
this even on daemons that only handle one type in the interest of making
these functions as similar as possible.
Other daemons have a different style of unknown request function.
Rather than sort that out right now (I think we'll need to figure out
the ACK vs NACK thing first), I'm just removing the message type detail
from the result.1 parent 4360b69 commit fa75762
4 files changed
Lines changed: 5 additions & 4 deletions
File tree
- daemons
- attrd
- execd
- pacemakerd
- schedulerd
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
405 | | - | |
| 405 | + | |
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
0 commit comments