Added print_info when unmounting a url (assethandler)

This commit is contained in:
antisnatchor
2012-04-20 14:08:08 +01:00
parent 217edee831
commit 5a345abfab

View File

@@ -56,6 +56,7 @@ module Handlers
@allocations.delete(url)
@http_server.unmount(url)
@http_server.remap
print_info "Url [" + url + "] unmounted"
end
# Builds a URL based on the path and extension, if neither are passed a random URL will be generated