aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/frontend_controller.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pleroma/web/frontend_controller.ex')
-rw-r--r--lib/pleroma/web/frontend_controller.ex3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/pleroma/web/frontend_controller.ex b/lib/pleroma/web/frontend_controller.ex
index 71fae0bb8..2ba445df9 100644
--- a/lib/pleroma/web/frontend_controller.ex
+++ b/lib/pleroma/web/frontend_controller.ex
@@ -69,7 +69,8 @@ defmodule Pleroma.Web.FrontendController do
{:ok, priv_path}
true ->
- {:error, "index.html file was not found"}
+ {:error,
+ "index.html file was not found in #{inspect([instance_path, frontend_path, priv_path])}"}
end
end
end