Commit 46e8af8
committed
lib: define LIBNVME_LOG_* levels replacing syslog.h LOG_* constants
The library uses only for log levels, thus the rest of the log levels are not
used. Furthermore, dropping the dependency on syslog allows porting the project
to different OS simpler.
Signed-off-by: Daniel Wagner <[email protected]>1 parent 023d3aa commit 46e8af8
23 files changed
Lines changed: 272 additions & 295 deletions
File tree
- libnvme
- libnvme
- src/nvme
- test
- config
- sysfs
- plugins/ocp
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
511 | | - | |
512 | | - | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
519 | 515 | | |
520 | 516 | | |
521 | 517 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| |||
0 commit comments