static void _temporary_log_fn(int level, const char *file __attribute((unused)),
int line __attribute((unused)),
int dm_err __attribute((unused)),
const char *format)
{
if (!strncmp(format, "WARNING: ", 9) && (level < 5))
static void _temporary_log_fn(int level,
const char *file __attribute((unused)),
#ifndef _LVM_LOG_H
typedef void (*lvm2_log_fn_t) (int level, const char *file, int line,
int dmerr,
const char *message);
#endif