mirror of
https://github.com/nasa/trick.git
synced 2025-04-08 11:54:23 +00:00
Separate verbosity levels for Monte Carlo dispatches and parametrizations #548
Changed verbosity check from INFORMATIONAL to ALL as requested.
This commit is contained in:
parent
2b241acc0f
commit
0936cee67e
@ -40,7 +40,7 @@ void Trick::MonteCarlo::dispatch_run_to_slave(MonteRun *run, MonteSlave *slave)
|
||||
tc_write(&connection_device, (char*)&num_bytes, (int)sizeof(num_bytes));
|
||||
tc_write(&connection_device, (char*)buffer.c_str(), (int)buffer.length());
|
||||
|
||||
if (verbosity >= INFORMATIONAL) {
|
||||
if (verbosity >= ALL) {
|
||||
message_publish(MSG_INFO, "Parameterization of run %d :\n%s\n", run->id, buffer.c_str()) ;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user