Fuck maybe I should not try to make multiple changes at the same time

This commit is contained in:
ricky 2011-06-17 22:30:46 +10:00
parent e962a33159
commit 90474920cd

View file

@ -73,9 +73,9 @@ namespace TShockAPI
string version = string.Format("TShock Version {0} ({1}) now running.", Version, VersionCodename);
Console.WriteLine(version);
#if DEBUG
Log.Initialize(LogPath, LogLevel.All, false);
Log.Initialize(Path.Combine(SavePath, "log.txt"), LogLevel.All, false);
#else
Log.Initialize(LogPath, LogLevel.Info, false);
Log.Initialize(Path.Combine(SavePath, "log.txt"), LogLevel.Info, false);
#endif
Log.Info(version);
Log.Info("Starting...");