X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=prosody;h=4b016e504e3d9c60c60670704027c2ba8f6f974e;hb=aeff8b41bf394fbed45997afc4651c8a6c53236b;hp=49580bd91deafd9b36a0eac4acaf6cb8a0319f48;hpb=095d291f5356ff2450c11608fda6bdabc4286f91;p=prosody.git diff --git a/prosody b/prosody index 49580bd9..4b016e50 100755 --- a/prosody +++ b/prosody @@ -22,9 +22,6 @@ if CFG_SOURCEDIR then package.cpath = CFG_SOURCEDIR.."/?.so;"..package.cpath; end -package.path = package.path..";"..(CFG_SOURCEDIR or ".").."/fallbacks/?.lua"; -package.cpath = package.cpath..";"..(CFG_SOURCEDIR or ".").."/fallbacks/?.so"; - -- Substitute ~ with path to home directory in data path if CFG_DATADIR then if os.getenv("HOME") then @@ -308,7 +305,7 @@ function init_data_store() end function prepare_to_start() - log("debug", "Prosody is using the %s backend for connection handling", server.get_backend()); + log("info", "Prosody is using the %s backend for connection handling", server.get_backend()); -- Signal to modules that we are ready to start eventmanager.fire_event("server-starting"); prosody.events.fire_event("server-starting");