Changed logCleanup() so that it uses a switch statement rather than a series...
Changed logCleanup() so that it uses a switch statement rather than a series of if statements. Now if there are more than one flags selected, only the first one encountered will be printed as a prefix. This should make things run faster.
Please register or sign in to comment