minor: log an error rather than info if a connector fails to load.

user_profiles
Justin Clark-Casey (justincc) 2013-03-15 22:08:11 +00:00
parent 3a7d9f740e
commit 7fb458b055
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ namespace OpenSim.Server
} }
else else
{ {
m_log.InfoFormat("[SERVER]: Failed to load {0}", conn); m_log.ErrorFormat("[SERVER]: Failed to load {0}", conn);
} }
} }