1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

bcache: do not use libdm header files

Logging for libdm differs from lvm logging - keep using consisten
logging function calls.
This commit is contained in:
Zdenek Kabelac 2018-05-11 18:41:44 +02:00
parent 83e362cd32
commit ac768a9d2b

View File

@ -15,7 +15,7 @@
#define _GNU_SOURCE #define _GNU_SOURCE
#include "bcache.h" #include "bcache.h"
#include "dm-logging.h" #include "lvm-logging.h"
#include "log.h" #include "log.h"
#include <errno.h> #include <errno.h>