aboutsummaryrefslogtreecommitdiff
blob: 9fa886ed31c93fad03fde9bed31fa06992a5b1d1 (plain)
1
2
3
4
5
6
7
8
9
10
#if HAVE_LIBCRYPTSETUP
#include "crypt-util.h"
#include "log.h"

void cryptsetup_log_glue(int level, const char *msg, void *usrptr) {
        log_debug("%s", msg);
}
#endif