| 155 | } |
| 156 | |
| 157 | static void ublk_err(const char *fmt, ...) |
| 158 | { |
| 159 | va_list ap; |
| 160 | |
| 161 | va_start(ap, fmt); |
| 162 | vfprintf(stderr, fmt, ap); |
| 163 | } |
| 164 | |
| 165 | static void ublk_dbg(int level, const char *fmt, ...) |
| 166 | { |
no outgoing calls
no test coverage detected