Skip to content

Commit 9fde54c

Browse files
committed
fixup! src,permission: add debug log on is_tree_granted
1 parent 3cf4452 commit 9fde54c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/permission/fs_permission.cc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,11 @@ bool is_tree_granted(
7070
}
7171
#endif
7272
auto _is_granted = granted_tree->Lookup(resolved_param, true);
73-
node::Debug(env, node::DebugCategory::PERMISSION_MODEL,
74-
"Access %d to %s\n",
75-
_is_granted,
76-
param);
73+
node::Debug(env,
74+
node::DebugCategory::PERMISSION_MODEL,
75+
"Access %d to %s\n",
76+
_is_granted,
77+
param);
7778

7879
return _is_granted;
7980
}

0 commit comments

Comments
 (0)