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:
parent
3684c7c0d1
commit
2ecea12305
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user