| 41 | } |
| 42 | |
| 43 | static void report_logging_io(const char *why) |
| 44 | { |
| 45 | if (logging_io != was_logging_io) { |
| 46 | was_logging_io = logging_io; |
| 47 | status_debug("%s: IO LOGGING %s", |
| 48 | why, logging_io ? "ENABLED" : "DISABLED"); |
| 49 | } |
| 50 | } |
| 51 | |
| 52 | void status_setup_sync(int fd) |
| 53 | { |
no outgoing calls
no test coverage detected