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

improved diagnostic message

parent 4d0537af
No related branches found
No related tags found
No related merge requests found
......@@ -479,7 +479,7 @@ public class PduPlayer {
{
if (!hasBegun)
{
System.out.println("PduPlayer startResume() received before start of operations, invoking begion()");
System.out.println("*** PduPlayer startResume() received before start of operations, invoking begin()...");
begin();
sleep(500l); // allow thread to start
}
......
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