Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c109fac authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Log inotify errors." into rvc-dev am: 8683e2ee am: 9fb2af91 am:...

Merge "Log inotify errors." into rvc-dev am: 8683e2ee am: 9fb2af91 am: 2e990f72 am: adf42b87

Change-Id: Iaaccede61f42c34220b0fb9575af4c6839dbd819
parents b100039e adf42b87
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1329,7 +1329,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;
    }