summaryrefslogtreecommitdiff
path: root/cmds/bootanimation/BootAnimation.cpp
diff options
context:
space:
mode:
authorSteven Laver <lavers@google.com>2020-05-13 09:11:07 -0700
committerSteven Laver <lavers@google.com>2020-05-13 11:49:34 -0700
commit29c143c9ac800bdd15598250e6f2207f05c9a5b0 (patch)
tree4e2ca23e65e4e8d168d95109f0e30f9a9e2d8674 /cmds/bootanimation/BootAnimation.cpp
parent89ca8eb6845aeb5da5c69c25c3fb5c31e0d827d7 (diff)
parent292098e4293761ee3ecc30f4800323719f361a02 (diff)
Merge RP1A.200513.002
Change-Id: I4af65528de8e3ff3dce71e5de8249a9e658b0a1c
Diffstat (limited to 'cmds/bootanimation/BootAnimation.cpp')
-rw-r--r--cmds/bootanimation/BootAnimation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/bootanimation/BootAnimation.cpp b/cmds/bootanimation/BootAnimation.cpp
index f31435834458..6428cf4a0487 100644
--- a/cmds/bootanimation/BootAnimation.cpp
+++ b/cmds/bootanimation/BootAnimation.cpp
@@ -1317,7 +1317,7 @@ status_t BootAnimation::TimeCheckThread::readyToRun() {
if (mSystemWd < 0) {
close(mInotifyFd);
mInotifyFd = -1;
- SLOGE("Could not add watch for %s", SYSTEM_DATA_DIR_PATH);
+ SLOGE("Could not add watch for %s: %s", SYSTEM_DATA_DIR_PATH, strerror(errno));
return NO_INIT;
}