Skip to content

Commit

Permalink
Increment to a new log file before we log anything else.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tkael committed Oct 13, 2018
1 parent 4f0ab64 commit c74b17a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions EDDI/EDDI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ private EDDI()
{
try
{
// Increment to a new log file.
Logging.incrementLogs();

Logging.Info(Constants.EDDI_NAME + " " + Constants.EDDI_VERSION + " starting");

// Start by fetching information from the update server, and handling appropriately
Expand Down Expand Up @@ -387,9 +390,6 @@ public void Start()
}
}

// Increment to a new log file.
Logging.incrementLogs();

started = true;
}
}
Expand Down

0 comments on commit c74b17a

Please sign in to comment.