Skip to content

Commit cc18122

Browse files
committed
fix(notify): log file notice info->debug
1 parent e38e061 commit cc18122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree/log.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function M.setup(opts)
5454
if M.config.truncate then
5555
os.remove(M.path)
5656
end
57-
require("nvim-tree.notify").info("nvim-tree.lua logging to " .. M.path)
57+
require("nvim-tree.notify").debug("nvim-tree.lua logging to " .. M.path)
5858
end
5959
end
6060

0 commit comments

Comments
 (0)