This commit is contained in:
jakani24
2024-04-27 12:41:18 +02:00
parent 8834b6287a
commit e1a458cdab
3 changed files with 10 additions and 6 deletions

View File

@@ -67,7 +67,7 @@ int start_thread(const std::string& command) {
has_run = 1;
}
else if (out1 == "quick_scan"){
log(LOGLEVEL::INFO, "[start_thread()]: starting quickscan with arguments: ");
log(LOGLEVEL::INFO, "[start_thread()]: starting quickscan");
std::thread t1(do_quickscan);
t1.detach();
has_run = 1;