Skip to content

Commit

Permalink
Fuck maybe I should not try to make multiple changes at the same time
Browse files Browse the repository at this point in the history
  • Loading branch information
rjhazelwood committed Jun 17, 2011
1 parent e962a33 commit 9047492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TShockAPI/TShock.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ public override void Initialize()
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...");
Expand Down

0 comments on commit 9047492

Please sign in to comment.