Skip to content
Snippets Groups Projects
Commit 4d2a9625 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

explicitly set verbose fields

parent 4469d3a6
No related branches found
No related tags found
No related merge requests found
......@@ -699,9 +699,9 @@ public class DisThreadedNetworkInterface
*/
public void setVerbose(boolean newValue)
{
this.verbose = newValue;
verboseReceipt = verbose;
verboseSending = verbose;
this.verbose = newValue;
this.verboseReceipt = newValue;
this.verboseSending = newValue;
}
/**
* Whether or not trace statements are provided when packets are sent or received.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment