aboutsummaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-10-02 13:57:39 +0530
committersinanmohd <sinan@sinanmohd.com>2023-10-02 13:57:39 +0530
commit12b4709c4623ba45744e1e14f567776fe04bd2db (patch)
tree28121d4e8f7ac2ca2ac708b9bee69edecb9f1e24 /server
parent311481f8000c1caf4cbb6b9f768cd68be54844ca (diff)
server/subscene: clean up
Diffstat (limited to 'server')
-rw-r--r--server/subscene.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/subscene.lua b/server/subscene.lua
index d6eaba6..43f2e88 100644
--- a/server/subscene.lua
+++ b/server/subscene.lua
@@ -164,7 +164,7 @@ local search = function (path, out)
key = util.string_vid_path_to_name(path)
title, rc = title_search(key)
if not rc then
- util.error('err: subscene: title_search')
+ util.error('subscene: title_search')
return false
end