Merge "fs_mgr: Add one space between [libfs_mgr] tag and log msg" am: 1946945ac0
am: 96c372f125
am: 9a79458487
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2294139 Change-Id: Ifbe02922510808560884600aeaa46d1325cd8086 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
6b0a47fdcf
4 changed files with 4 additions and 4 deletions
|
@ -33,7 +33,7 @@
|
|||
*/
|
||||
#define FS_MGR_CHECK(x) CHECK(x) << "in libfs_mgr "
|
||||
|
||||
#define FS_MGR_TAG "[libfs_mgr]"
|
||||
#define FS_MGR_TAG "[libfs_mgr] "
|
||||
|
||||
// Logs a message to kernel
|
||||
#define LINFO LOG(INFO) << FS_MGR_TAG
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
using android::base::ErrnoError;
|
||||
using android::base::Result;
|
||||
|
||||
#define FS_AVB_TAG "[libfs_avb]"
|
||||
#define FS_AVB_TAG "[libfs_avb] "
|
||||
|
||||
// Logs a message to kernel
|
||||
#define LINFO LOG(INFO) << FS_AVB_TAG
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
#include "liblp/liblp.h"
|
||||
|
||||
#define LP_TAG "[liblp]"
|
||||
#define LP_TAG "[liblp] "
|
||||
#define LWARN LOG(WARNING) << LP_TAG
|
||||
#define LINFO LOG(INFO) << LP_TAG
|
||||
#define LERROR LOG(ERROR) << LP_TAG
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include <android-base/logging.h>
|
||||
#include <android-base/result.h>
|
||||
|
||||
#define VBMETA_TAG "[libvbmeta]"
|
||||
#define VBMETA_TAG "[libvbmeta] "
|
||||
#define LWARN LOG(WARNING) << VBMETA_TAG
|
||||
#define LINFO LOG(INFO) << VBMETA_TAG
|
||||
#define LERROR LOG(ERROR) << VBMETA_TAG
|
||||
|
|
Loading…
Reference in a new issue