Remove remaining obsolete references to Log vs TShock.Log

This commit is contained in:
Lucas Nicodemus 2015-02-28 19:42:26 -07:00
parent cbce64f1eb
commit 1be5f6fdc2
2 changed files with 6 additions and 6 deletions

View file

@ -197,7 +197,7 @@ namespace TShockAPI.DB
}
catch (Exception ex)
{
Log.ConsoleError("FetchHashedPasswordAndGroup SQL returned an error: " + ex);
TShock.Log.ConsoleError("FetchHashedPasswordAndGroup SQL returned an error: " + ex);
}
return -1;
}
@ -285,7 +285,7 @@ namespace TShockAPI.DB
}
catch (Exception ex)
{
Log.Error(ex.ToString());
TShock.Log.Error(ex.ToString());
}
return null;
}