Skip to content
Snippets Groups Projects
Commit e36f911a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "libdm: GetDmDevicePathByName log warning"

parents 83193c6c 6c47400f
No related branches found
No related tags found
No related merge requests found
......@@ -278,7 +278,7 @@ bool DeviceMapper::GetDmDevicePathByName(const std::string& name, std::string* p
struct dm_ioctl io;
InitIo(&io, name);
if (ioctl(fd_, DM_DEV_STATUS, &io) < 0) {
PLOG(ERROR) << "DM_DEV_STATUS failed for " << name;
PLOG(WARNING) << "DM_DEV_STATUS failed for " << name;
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment