Mercurial Hosting > luan
changeset 1558:fe5bcd8133e0
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 16 Oct 2020 19:47:19 -0600 |
parents | 117ce8645b7f |
children | 153ea3b7afaf |
files | src/luan/modules/host/Hosting.luan |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/luan/modules/host/Hosting.luan Sun Oct 11 18:29:58 2020 -0600 +++ b/src/luan/modules/host/Hosting.luan Fri Oct 16 19:47:19 2020 -0600 @@ -47,7 +47,7 @@ end for _, there_child in pairs(there.children) do if host.delete_unused(domain,password,there_child.path) then - print("deleted "..there_child.name) + print("deleted "..here.to_string().."/"..there_child.name) end end else