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

Commit f64b7c5c authored by Jorge Lucangeli Obes's avatar Jorge Lucangeli Obes Committed by Android (Google) Code Review
Browse files

Merge "Fix one last use of TRACE()."

parents eaeff1fa a65f3e1a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1278,8 +1278,8 @@ static int handle_canonical_path(struct fuse* fuse, struct fuse_handler* handler
    pthread_mutex_lock(&fuse->global->lock);
    node = lookup_node_and_path_by_id_locked(fuse, hdr->nodeid,
            path, sizeof(path));
    TRACE("[%d] CANONICAL_PATH @ %" PRIx64 " (%s)\n", handler->token, hdr->nodeid,
        node ? node->name : "?");
    DLOG(INFO) << "[" << handler->token << "] CANONICAL_PATH @ " << std::hex << hdr->nodeid
               << std::dec << " (" << (node ? node->name : "?") << ")";
    pthread_mutex_unlock(&fuse->global->lock);

    if (!node) {