Changed printed filenames to use format-specifier "%s" instead of %q

Fixes #22
This commit is contained in:
rxi
2020-04-25 13:26:55 +01:00
parent c658b6f1ca
commit accf09c4f9
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ local function reload_doc(doc)
update_time(doc)
doc:clean()
core.log_quiet("Auto-reloaded doc %q", doc.filename)
core.log_quiet("Auto-reloaded doc \"%s\"", doc.filename)
end