summaryrefslogtreecommitdiff
path: root/lua/telescope/from_entry.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/telescope/from_entry.lua')
-rw-r--r--lua/telescope/from_entry.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/from_entry.lua b/lua/telescope/from_entry.lua
index 219d114..572a244 100644
--- a/lua/telescope/from_entry.lua
+++ b/lua/telescope/from_entry.lua
@@ -26,7 +26,7 @@ function from_entry.path(entry, validate, escape)
path = entry.value
end
if path == nil then
- print("Invalid entry", vim.inspect(entry))
+ require("telescope.log").error(string.format("Invalid Entry: '%s'", vim.inspect(entry)))
return
end