Skip to content

Commit

Permalink
* Fixed automatic log clearer not deleting all types
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDead committed Mar 13, 2018
1 parent b9e545b commit f2575a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MemPlus/Business/LOG/LogController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ internal LogController(int clearInterval)
/// <param name="e">The ElapsedEventArgs</param>
private void OnTimedEvent(object sender, ElapsedEventArgs e)
{
ClearLogs(LogType.Application);
ClearLogs();
}

/// <summary>
Expand Down

0 comments on commit f2575a0

Please sign in to comment.