examples: wifi-multi-tos prints a message if throughput is zero
otherwise it mysteriously exits with a non-zero error code.
This commit is contained in:
@@ -191,7 +191,7 @@ main(int argc, char* argv[])
|
||||
}
|
||||
else
|
||||
{
|
||||
NS_LOG_ERROR("Obtained throughput is 0!");
|
||||
std::cout << "Obtained throughput is 0!" << std::endl;
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user