minor: log an error rather than info if a connector fails to load.
parent
f8067f02fe
commit
eafcc6f2b2
|
@ -120,7 +120,7 @@ namespace OpenSim.Server
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
m_log.InfoFormat("[SERVER]: Failed to load {0}", conn);
|
m_log.ErrorFormat("[SERVER]: Failed to load {0}", conn);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
int res = m_Server.Run();
|
int res = m_Server.Run();
|
||||||
|
@ -130,4 +130,4 @@ namespace OpenSim.Server
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue