mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
More exception checks and crash hints
If no scriptengine is specified then don't try to load any.
This commit is contained in:
@@ -559,6 +559,7 @@ namespace OpenSim.Framework.Servers
|
||||
catch (Exception e)
|
||||
{
|
||||
m_log.Warn("[HTTPD]: Error - " + e.Message);
|
||||
m_log.Warn("Tip: Do you have permission to listen on port " + m_port + "?");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user