commit | e36f911a92ab2a131d700ffccf838649f65f38ef | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Sep 06 21:58:30 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Sep 06 21:58:30 2018 +0000 |
tree | 0dc0d4f4ceedb182144a05bff33cb9a10f5e2b43 | |
parent | 83193c6c78e1ddbfe85b0381e4c48d5b02f57c14 [diff] | |
parent | 6c47400f3c5cccdf0a188d1d50bad52554c891b5 [diff] |
Merge "libdm: GetDmDevicePathByName log warning"
diff --git a/fs_mgr/libdm/dm.cpp b/fs_mgr/libdm/dm.cpp index 2b526f6..c4b57c7 100644 --- a/fs_mgr/libdm/dm.cpp +++ b/fs_mgr/libdm/dm.cpp
@@ -278,7 +278,7 @@ 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; }