Skip to content
Snippets Groups Projects
Commit d12e3528 authored by terry-norbraten's avatar terry-norbraten
Browse files

[Terry N.] quite NB warning

parent 35089a18
No related branches found
No related tags found
No related merge requests found
......@@ -447,7 +447,7 @@ public class DisThreadedNetworkInterface
{
System.err.flush();
System.err.println ("*** " + getClass().getName() + ".sleep(" + duration + ") failed to sleep");
ie.printStackTrace();
ie.printStackTrace(System.err);
}
}
......
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