Check for status map file existence before deleting or warning
StatusMapDelete uses DeleteFile which will still return false if the file does not exist. In these cases a warning is still written to the log and should not be. The file existence should be checked either before attempting to delete or before writing the log entry.
Bug# 22972
1
vote
