mod_http_upload/mod_http_upload.lua
changeset 3662 02a1615d0392
parent 3661 3fb0add97cdb
child 3663 bb8a6df5ecba
--- a/mod_http_upload/mod_http_upload.lua	Thu Aug 29 23:29:13 2019 +0200
+++ b/mod_http_upload/mod_http_upload.lua	Thu Aug 29 23:30:55 2019 +0200
@@ -405,7 +405,8 @@
 	};
 });
 
-module:log("info", "URL: <%s>; Storage path: %s", module:http_url(), storage_path);
+module:log("info", "URL: <%s> - Ensure this can be reached by users", module:http_url());
+module:log("info", "Storage path: '%s'", storage_path);
 
 function module.command(args)
 	datamanager = require "core.storagemanager".olddm;