1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00

Fixed output not being sent last.

This commit is contained in:
Uncled1023 2016-05-10 00:03:22 -07:00
parent 3684c7c0d1
commit 2ecea12305

View File

@ -109,9 +109,9 @@ namespace ServerMaint
break;
}
}
Output(string.Format("Scanning Complete. {0} Scanned | {1} Viruses Found | {2} Total Files", totalScans, totalViruses, totalCount));
}
Output(string.Format("Scanning Complete. {0} Scanned | {1} Viruses Found | {2} Total Files", totalScans, totalViruses, totalCount));
}
public static void Output(string message)