make startup message normal output instead of debug message
This commit is contained in:
parent
ea0c029dca
commit
bfd8a76647
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ int main (int argc, char **argv) {
|
|||
exit(1);
|
||||
}
|
||||
|
||||
DEBUG_PRINT("Starting actsim agent with " + std::to_string(jobs) + " worker threads.");
|
||||
std::cout << "Starting actsim agent with " << std::to_string(jobs) << " worker threads." << std::endl;
|
||||
|
||||
return start_agent(db_cred, jobs);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue